UNPKG

soda-material

Version:

A component library that may follow [material design 3](https://m3.material.io/components) (a.k.a. material you)

9 lines (8 loc) 305 B
/// <reference types="react" /> export declare const ProgressIndicator: import("react").ForwardRefExoticComponent<{ sd: 'circular' | 'linear'; /** * Between 0 and 1, if is unset, act as undeterminate */ value?: number | undefined; } & import("react").RefAttributes<HTMLDivElement>>;