UNPKG

v4web-components

Version:
18 lines (17 loc) 438 B
import { EventEmitter } from '../../../stencil-public-runtime'; export declare class LabDsAvatarWithExchange { clickAvatar: EventEmitter; handleClick(): void; size: 'small' | 'medium' | 'large' | 'x-large' | 'xx-large' | 'x-small'; imageSRC: string; disabled: boolean; name: string; iconSize: { small: string; medium: string; large: string; 'x-large': string; 'xx-large': string; }; render(): any; }