@vuesax-alpha/nightly
Version:
A Component Library for Vue 3
1 lines • 896 B
Source Map (JSON)
{"version":3,"file":"td.mjs","sources":["../../../../../../packages/components/table/src/td.ts"],"sourcesContent":["import { buildProps } from '@vuesax-alpha/utils'\nimport type { EmitFn } from '@vuesax-alpha/utils'\nimport type { ExtractPropTypes } from 'vue'\n\nexport const tableTdProps = buildProps({\n checkbox: { type: Boolean },\n edit: { type: Boolean },\n} as const)\n\nexport type TableTdProps = ExtractPropTypes<typeof tableTdProps>\n\nexport const tableTdEmits = {\n click: (event: Event | MouseEvent) => event instanceof Event,\n}\n\nexport type TableTdEmits = typeof tableTdEmits\n\nexport type TableTdEmitFn = EmitFn<TableTdEmits>\n"],"names":[],"mappings":";;;AAIO,MAAM,eAAe,UAAW,CAAA;AAAA,EACrC,QAAA,EAAU,EAAE,IAAA,EAAM,OAAQ,EAAA;AAAA,EAC1B,IAAA,EAAM,EAAE,IAAA,EAAM,OAAQ,EAAA;AACxB,CAAU,EAAA;AAIH,MAAM,YAAe,GAAA;AAAA,EAC1B,KAAA,EAAO,CAAC,KAAA,KAA8B,KAAiB,YAAA,KAAA;AACzD;;;;"}