@vuesax-alpha/nightly
Version:
A Component Library for Vue 3
14 lines (11 loc) • 339 B
JavaScript
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