{"version":3,"file":"html.mjs","sources":["../../../../../../packages/components/html/src/html.ts"],"sourcesContent":["import { buildProps, definePropType } from '@ll-plus/utils'\r\n\r\nimport type { ExtractPropTypes } from 'vue'\r\nimport type Html from './html.vue'\r\n\r\n// props\r\nexport const htmlProps = buildProps({\r\n  // 值\r\n  value: {\r\n    type: String,\r\n    default: '',\r\n  },\r\n  // 选项\r\n  options: {\r\n    type: definePropType<any>(Object),\r\n    default: () => ({}),\r\n  },\r\n} as const)\r\n\r\n// props\r\nexport type HtmlProps = ExtractPropTypes<typeof htmlProps>\r\n\r\n// instance\r\nexport type HtmlInstance = InstanceType<typeof Html>\r\n"],"names":[],"mappings":";;;;AAMO,MAAM,YAAY,UAAA,CAAW;AAAA;AAAA,EAElC,KAAA,EAAO;AAAA,IACL,IAAA,EAAM,MAAA;AAAA,IACN,OAAA,EAAS;AAAA,GACX;AAAA;AAAA,EAEA,OAAA,EAAS;AAAA,IACP,IAAA,EAAM,eAAoB,MAAM,CAAA;AAAA,IAChC,OAAA,EAAS,OAAO,EAAC;AAAA;AAErB,CAAU;;;;"}