UNPKG

soda-material

Version:

A React(>=18) 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>>;