{"version":3,"file":"panel.mjs","sources":["../../../../../../../packages/components/panel/src/panel.ts"],"sourcesContent":["import { buildProps } from '@xzx-design/utils'\n\nimport type { ExtractPropTypes } from 'vue-demi' // test vue-demi\nimport type Panel from './panel.vue'\n\nexport const panelProps = buildProps({\n  title: {\n    type: String,\n    default: '',\n  },\n  br: {\n    type: Boolean,\n    default: true,\n  },\n  margin: {\n    type: Boolean,\n    default: false,\n  },\n})\n\nexport type PanelProps = ExtractPropTypes<typeof panelProps>\nexport type PanelInstance = InstanceType<typeof Panel>\n"],"names":[],"mappings":";;;AAKO,MAAM,aAAa,UAAW,CAAA;AAAA,EACnC,KAAO,EAAA;AAAA,IACL,IAAM,EAAA,MAAA;AAAA,IACN,OAAS,EAAA,EAAA;AAAA,GACX;AAAA,EACA,EAAI,EAAA;AAAA,IACF,IAAM,EAAA,OAAA;AAAA,IACN,OAAS,EAAA,IAAA;AAAA,GACX;AAAA,EACA,MAAQ,EAAA;AAAA,IACN,IAAM,EAAA,OAAA;AAAA,IACN,OAAS,EAAA,KAAA;AAAA,GACX;AACF,CAAC;;;;"}