UNPKG

@spaced-out/ui-design-system

Version:
11 lines 444 B
import type { Flow } from 'flow-to-typescript-codemod'; import * as COLORS from '../../styles/variables/_color'; export interface CircularLoaderProps { size?: 'large' | 'medium' | 'small'; className?: string; ariaLabel?: string; colorToken?: keyof typeof COLORS; testId?: string; } export declare const CircularLoader: Flow.AbstractComponent<CircularLoaderProps, HTMLDivElement>; //# sourceMappingURL=CircularLoader.d.ts.map