UNPKG

equinox-web-components

Version:

Equinox design for the web using StencilJS

10 lines (9 loc) 206 B
import { AvatarSizes } from "../../types"; export declare class EAvatar { size: AvatarSizes; color: string; text?: string; private classes; private styles; render(): any; }