UNPKG

@vuesax-alpha/nightly

Version:
13 lines (10 loc) 308 B
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