vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
1 lines • 733 B
Source Map (JSON)
{"version":3,"file":"props.mjs","sources":["../../../components/highlight/props.ts"],"sourcesContent":["import { booleanProp, buildProps } from '@vexip-ui/config'\n\nimport type { ExtractPropTypes, PropType } from 'vue'\nimport type { ConfigurableProps } from '@vexip-ui/config'\n\nexport const highlightProps = buildProps({\n content: String,\n keyWords: Array as PropType<string[]>,\n ignoreCase: booleanProp,\n})\n\nexport type HighlightProps = ExtractPropTypes<typeof highlightProps>\nexport type HighlightCProps = ConfigurableProps<HighlightProps, 'content' | 'keyWords'>\n"],"names":["highlightProps","buildProps","booleanProp"],"mappings":";AAKO,MAAMA,IAAiBC,EAAW;AAAA,EACvC,SAAS;AAAA,EACT,UAAU;AAAA,EACV,YAAYC;AACd,CAAC;"}