UNPKG

tdesign-mobile-vue

Version:
24 lines (21 loc) 335 B
/** * 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