UNPKG

@vimeo/iris

Version:
9 lines (8 loc) 241 B
import { IrisTheme } from '../../themes'; interface Props { size: string; format: string; theme: IrisTheme; } export declare const LoaderCircular: import("styled-components").StyledComponent<"div", any, Props, never>; export {};