{"version":3,"file":"props.cjs","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":"oHAKaA,EAAiBC,EAAAA,WAAW,CACvC,QAAS,OACT,SAAU,MACV,WAAYC,EAAAA,WACd,CAAC"}