primevue-mirror/components/lib/text/package.json

10 lines
175 B
JSON
Raw Normal View History

2024-02-16 08:48:00 +00:00
{
"main": "./text.cjs.js",
"module": "./text.esm.js",
"unpkg": "./text.min.js",
"types": "./Text.d.ts",
"browser": {
"./sfc": "./Text.vue"
}
}