UNPKG

michihouse-components-tmp

Version:

Biblioteca de componentes da MichiHouse

8 lines (7 loc) 268 B
export interface ProgressProps { initialValue?: number; finalValue?: number; duration?: number; width?: string; } export declare function Progress({ initialValue, finalValue, duration, width, }: ProgressProps): import("react/jsx-runtime").JSX.Element;