UNPKG

box-ui-elements-mlh

Version:
18 lines (17 loc) 629 B
import Avatar from './Avatar'; export declare const regular: () => JSX.Element; export declare const small: () => JSX.Element; export declare const large: () => JSX.Element; export declare const withAvatarUrl: () => JSX.Element; export declare const withUrlFallbackToInitials: () => JSX.Element; export declare const markedAsExternal: () => JSX.Element; export declare const withMultipleAvatars: () => JSX.Element; export declare const withoutNameOrInitials: () => JSX.Element; declare const _default: { title: string; component: typeof Avatar; parameters: { notes: string; }; }; export default _default;