UNPKG

sate-lib

Version:

A lightweight and modular React component library designed for modern web interfaces. **SATE Lib** powers the [sate.menu](https://sate.menu) platform with reusable, scalable, and themeable UI components.

7 lines 432 B
export interface ProgressIndicatorProps { size?: number; } export declare function ProgressIndicator({ size }: ProgressIndicatorProps, ref: React.ForwardedRef<SVGSVGElement>): import("react/jsx-runtime").JSX.Element; declare const _default: import("react").ForwardRefExoticComponent<ProgressIndicatorProps & import("react").RefAttributes<SVGSVGElement>>; export default _default; //# sourceMappingURL=progress-indicator.d.ts.map