UNPKG

reablocks

Version:
8 lines (7 loc) 233 B
export interface AvatarTheme { /** CSS class applied to the root avatar element. */ base: string; /** CSS class applied when the avatar is rounded. */ rounded: string; } export declare const avatarTheme: AvatarTheme;