{"version":3,"file":"props.mjs","sources":["../../../components/highlight/props.ts"],"sourcesContent":["import { booleanProp, buildProps } from '@vexip-ui/config'\r\n\r\nimport type { ExtractPropTypes, PropType } from 'vue'\r\nimport type { ConfigurableProps } from '@vexip-ui/config'\r\n\r\nexport const highlightProps = buildProps({\r\n  content: String,\r\n  keyWords: Array as PropType<string[]>,\r\n  ignoreCase: booleanProp,\r\n})\r\n\r\nexport type HighlightProps = ExtractPropTypes<typeof highlightProps>\r\nexport type HighlightCProps = ConfigurableProps<HighlightProps, 'content' | 'keyWords'>\r\n"],"names":["highlightProps","buildProps","booleanProp"],"mappings":";AAKO,MAAMA,IAAiBC,EAAW;AAAA,EACvC,SAAS;AAAA,EACT,UAAU;AAAA,EACV,YAAYC;AACd,CAAC;"}