{"version":3,"file":"seckbd2.mjs","sources":["../../../../../../../packages/components/seckbd/src/seckbd.ts"],"sourcesContent":["import { buildProps } from '@xzx-design/utils'\n\nimport type { ExtractPropTypes } from 'vue-demi' // test vue-demi\nimport type Seckbd from './seckbd.vue'\n\nexport const seckbdProps = buildProps({\n  options: {\n    type: Object,\n    default: () => ({}),\n  },\n})\n\nexport const seckbdEmits = {\n  click: (e: string, item: any, ot: any) => e,\n  'handle-click': (item: any, ot: any) => item,\n  error: (error: any) => error,\n}\n\nexport type SeckbdProps = ExtractPropTypes<typeof seckbdProps>\nexport type SeckbdEmits = typeof seckbdEmits\nexport type SeckbdInstance = InstanceType<typeof Seckbd>\n"],"names":[],"mappings":";;;AAKO,MAAM,cAAc,UAAW,CAAA;AAAA,EACpC,OAAS,EAAA;AAAA,IACP,IAAM,EAAA,MAAA;AAAA,IACN,OAAA,EAAS,OAAO,EAAC,CAAA;AAAA,GACnB;AACF,CAAC,EAAA;AAEM,MAAM,WAAc,GAAA;AAAA,EACzB,KAAO,EAAA,CAAC,CAAW,EAAA,IAAA,EAAW,EAAY,KAAA,CAAA;AAAA,EAC1C,cAAA,EAAgB,CAAC,IAAA,EAAW,EAAY,KAAA,IAAA;AAAA,EACxC,KAAA,EAAO,CAAC,KAAe,KAAA,KAAA;AACzB;;;;"}