@vuesax-alpha/nightly
Version:
A Component Library for Vue 3
18 lines (13 loc) • 425 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
require('../../../utils/index.js');
var runtime = require('../../../utils/vue/props/runtime.js');
const tableThProps = runtime.buildProps({
sort: { type: Boolean }
});
const tableThEmits = {
click: (event) => event instanceof Event
};
exports.tableThEmits = tableThEmits;
exports.tableThProps = tableThProps;
//# sourceMappingURL=th.js.map