UNPKG

@spaced-out/ui-design-system

Version:
10 lines 365 B
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