primevue-mirror/components/lib/icons/searchplus/package.json

12 lines
187 B
JSON
Raw Normal View History

2023-03-31 21:45:03 +00:00
{
2024-05-24 14:00:32 +00:00
"main": "./index.mjs",
2024-05-23 19:45:05 +00:00
"module": "./index.mjs",
2023-03-31 21:45:03 +00:00
"types": "./index.d.ts",
"browser": {
"./sfc": "./index.vue"
},
"sideEffects": [
"*.vue"
]
}