UNPKG

tdesign-mobile-vue

Version:
28 lines (23 loc) 413 B
/** * tdesign v1.7.0 * (c) 2024 TDesign Group * @license MIT */ 'use strict'; 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