@vuesax-alpha/nightly
Version:
A Component Library for Vue 3
13 lines (10 loc) • 308 B
JavaScript
import '../../../utils/index.mjs';
import { buildProps } from '../../../utils/vue/props/runtime.mjs';
const tableThProps = buildProps({
sort: { type: Boolean }
});
const tableThEmits = {
click: (event) => event instanceof Event
};
export { tableThEmits, tableThProps };
//# sourceMappingURL=th.mjs.map