UNPKG

equinox-web-components

Version:

Equinox design for the web using StencilJS

15 lines (14 loc) 304 B
export declare class EChip { color: string; textColor: string; text: boolean; outlined: boolean; disabled: boolean; shadow: boolean; rounded: boolean; prependIcon: string; private classes; private styles; private renderIcon; render(): any; }