UNPKG

tdesign-mobile-vue

Version:
35 lines (34 loc) 849 B
import { TdAvatarProps } from './type'; import { PropType } from 'vue'; declare const _default: { alt: { type: StringConstructor; default: string; }; badgeProps: { type: PropType<import("..").TdBadgeProps>; }; hideOnLoadFailed: BooleanConstructor; icon: { type: PropType<(h: typeof import("vue").h) => import("..").SlotReturnValue>; }; image: { type: StringConstructor; default: string; }; imageProps: { type: PropType<import("..").TdImageProps>; }; shape: { type: PropType<import("..").ShapeEnum>; validator(val: TdAvatarProps['shape']): boolean; }; size: { type: StringConstructor; default: string; }; onError: PropType<(context: { e: Event; }) => void>; }; export default _default;