UNPKG

tdesign-mobile-vue

Version:
33 lines (30 loc) 558 B
/** * tdesign v1.7.0 * (c) 2024 TDesign Group * @license MIT */ var ResultProps = { description: { type: [String, Function] }, icon: { type: Function }, image: { type: [String, Function] }, theme: { type: String, default: "default", validator: function validator(val) { if (!val) return true; return ["default", "success", "warning", "error"].includes(val); } }, title: { type: [String, Function], default: "" } }; export { ResultProps as default }; //# sourceMappingURL=props.js.map