tdesign-vue
Version:
22 lines (17 loc) • 315 B
JavaScript
/**
* tdesign v1.11.2
* (c) 2025 tdesign
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var props = {
append: {
type: [String, Function]
},
prepend: {
type: [String, Function]
}
};
exports["default"] = props;
//# sourceMappingURL=props.js.map