UNPKG

@vuesax-alpha/nightly

Version:
14 lines (11 loc) 339 B
import '../../../utils/index.mjs'; import { buildProps } from '../../../utils/vue/props/runtime.mjs'; const tableTdProps = buildProps({ checkbox: { type: Boolean }, edit: { type: Boolean } }); const tableTdEmits = { click: (event) => event instanceof Event }; export { tableTdEmits, tableTdProps }; //# sourceMappingURL=td.mjs.map