UNPKG

equinox-web-components

Version:

Equinox design for the web using StencilJS

12 lines (11 loc) 236 B
export declare class EProgress { bgColor: string; barColor: string; value: number; maxValue: number; height: string; width: string; private outerStyle; private innerStyle; render(): any; }