UNPKG

tdesign-mobile-vue

Version:
42 lines (39 loc) 626 B
/** * tdesign v1.7.0 * (c) 2024 TDesign Group * @license MIT */ var AvatarProps = { alt: { type: String, default: "" }, badgeProps: { type: Object }, hideOnLoadFailed: Boolean, icon: { type: Function }, image: { type: String, default: "" }, imageProps: { type: Object }, shape: { type: String, validator: function validator(val) { if (!val) return true; return ["circle", "round"].includes(val); } }, size: { type: String, default: "" }, onError: Function }; export { AvatarProps as default }; //# sourceMappingURL=props.js.map