UNPKG

@vuesax-alpha/nightly

Version:
19 lines (14 loc) 456 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); require('../../../utils/index.js'); var runtime = require('../../../utils/vue/props/runtime.js'); const tableTdProps = runtime.buildProps({ checkbox: { type: Boolean }, edit: { type: Boolean } }); const tableTdEmits = { click: (event) => event instanceof Event }; exports.tableTdEmits = tableTdEmits; exports.tableTdProps = tableTdProps; //# sourceMappingURL=td.js.map