{"version":3,"file":"types2.mjs","sources":["../../../../../../../packages/components/basic-title/src/types.ts"],"sourcesContent":["import type { ExtractPropTypes, PropType } from 'vue'\n\nexport const basicTitleProps = {\n  /**\n   * Help text list or string\n   * @default: ''\n   */\n  helpMessage: {\n    type: [String, Array] as PropType<string | string[]>,\n    default: '',\n  },\n  /**\n   * Whether the color block on the left side of the title\n   * @default: false\n   */\n  span: { type: Boolean },\n  icon: { type: String },\n  iconColor: { type: String },\n  /**\n   * Whether to default the text, that is, not bold\n   * @default: false\n   */\n  normal: { type: Boolean },\n}\n\nexport type BasicTitleProps = ExtractPropTypes<typeof basicTitleProps>\n"],"names":[],"mappings":"AAAY,MAAC,eAAe,GAAG;AAC/B,EAAE,WAAW,EAAE;AACf,IAAI,IAAI,EAAE,CAAC,MAAM,EAAE,KAAK,CAAC;AACzB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE;AACzB,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE;AACxB,EAAE,SAAS,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE;AAC7B,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE;AAC3B;;;;"}