tdesign-mobile-vue
Version:
tdesign-mobile-vue
28 lines (23 loc) • 413 B
JavaScript
/**
* tdesign v1.7.0
* (c) 2024 TDesign Group
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var EmptyProps = {
action: {
type: Function
},
description: {
type: [String, Function]
},
icon: {
type: [String, Function]
},
image: {
type: [String, Function]
}
};
exports["default"] = EmptyProps;
//# sourceMappingURL=props.js.map