vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
1 lines • 538 B
Source Map (JSON)
{"version":3,"file":"symbol.cjs","sources":["../../../components/skeleton/symbol.ts"],"sourcesContent":["import type { InjectionKey } from 'vue'\nimport type { ComponentSize } from '@vexip-ui/config'\n\nexport interface GroupState {\n size: ComponentSize,\n itemTag: string,\n activated: boolean,\n round: boolean,\n circle: boolean,\n block: boolean,\n loading: boolean,\n}\n\nexport const GROUP_STATE = '__VXP_SKELETON_GROUP_STATE' as unknown as InjectionKey<GroupState>\n"],"names":["GROUP_STATE"],"mappings":"gFAaO,MAAMA,EAAc"}