UNPKG

@vuesax-alpha/nightly

Version:
18 lines (13 loc) 425 B
'use strict'; 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