@spaced-out/ui-design-system
Version:
Sense UI components library
10 lines • 365 B
TypeScript
import type { Flow } from 'flow-to-typescript-codemod';
export interface LinearLoaderProps {
value: number;
size?: 'large' | 'medium' | 'small';
className?: string;
indeterminate?: boolean;
testId?: string;
}
export declare const LinearLoader: Flow.AbstractComponent<LinearLoaderProps, HTMLDivElement>;
//# sourceMappingURL=LinearLoader.d.ts.map