primevue-mirror/packages/icons/src/angleright/package.json

12 lines
223 B
JSON
Raw Normal View History

2023-03-31 21:45:03 +00:00
{
"main": "./AngleRightIcon.vue",
"module": "./AngleRightIcon.vue",
"types": "./AngleRightIcon.d.ts",
2023-03-31 21:45:03 +00:00
"browser": {
"./sfc": "./AngleRightIcon.vue"
},
"sideEffects": [
"*.vue"
]
}