UNPKG

tdesign-vue-next

Version:
37 lines (36 loc) 902 B
import { TdAvatarProps } from './type'; import { PropType } from 'vue'; declare const _default: { alt: { type: StringConstructor; default: string; }; content: { type: PropType<TdAvatarProps["content"]>; }; default: { type: PropType<TdAvatarProps["default"]>; }; hideOnLoadFailed: BooleanConstructor; icon: { type: PropType<TdAvatarProps["icon"]>; }; image: { type: StringConstructor; default: string; }; imageProps: { type: PropType<TdAvatarProps["imageProps"]>; }; shape: { type: PropType<TdAvatarProps["shape"]>; default: TdAvatarProps["shape"]; validator(val: TdAvatarProps["shape"]): boolean; }; size: { type: StringConstructor; default: string; }; onError: PropType<TdAvatarProps["onError"]>; }; export default _default;