tdesign-mobile-vue
Version:
tdesign-mobile-vue
24 lines (21 loc) • 335 B
JavaScript
/**
* tdesign v1.7.0
* (c) 2024 TDesign Group
* @license MIT
*/
var EmptyProps = {
action: {
type: Function
},
description: {
type: [String, Function]
},
icon: {
type: [String, Function]
},
image: {
type: [String, Function]
}
};
export { EmptyProps as default };
//# sourceMappingURL=props.js.map