UNPKG

@redocly/theme

Version:

Shared UI components lib

6 lines (5 loc) 152 B
export type LoadingProps = { color: string; size: string; }; export declare function SpinnerLoader({ color, size }: LoadingProps): JSX.Element;