primevue-mirror/components/tristatecheckbox/package.json

9 lines
218 B
JSON
Raw Normal View History

2022-09-06 12:03:37 +00:00
{
"main": "./tristatecheckbox.cjs.js",
"module": "./tristatecheckbox.esm.js",
"unpkg": "./tristatecheckbox.min.js",
"types": "./TriStateCheckbox.d.ts",
"browser": {
"./sfc": "./TriStateCheckbox.vue"
}
}