vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
1 lines • 680 B
Source Map (JSON)
{"version":3,"file":"props.mjs","sources":["../../../components/renderer/props.ts"],"sourcesContent":["import { wrapProps } from '@vexip-ui/config'\n\nimport type { ExtractPropTypes, PropType } from 'vue'\n\nexport const rendererProps = wrapProps({\n renderer: {\n type: Function,\n default: null,\n },\n data: {\n type: Object as PropType<Record<string, any>>,\n default: undefined,\n },\n})\n\nexport type RendererProps = ExtractPropTypes<typeof rendererProps>\n"],"names":["rendererProps","wrapProps"],"mappings":";AAIO,MAAMA,IAAgBC,EAAU;AAAA,EACrC,UAAU;AAAA,IACR,MAAM;AAAA,IACN,SAAS;AAAA,EACX;AAAA,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,EAAA;AAEb,CAAC;"}