UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines (6 loc) 186 B
import type { JSX } from 'react'; export type LoadingProps = { color: string; size: string; }; export declare function SpinnerLoader({ color, size }: LoadingProps): JSX.Element;