UNPKG

reablocks

Version:
13 lines (12 loc) 305 B
export interface DotsLoaderTheme { base: string; dot: string; sizes: { small: string; medium: string; large: string; [key: string]: string; }; } export declare const dotsLoaderTheme: DotsLoaderTheme; export declare const legacyLoaderTheme: DotsLoaderTheme;