UNPKG

@redocly/theme

Version:

Shared UI components lib

6 lines (5 loc) 156 B
import type { JSX } from 'react'; export type LoadingProps = { color: string; }; export declare function Loading({ color }: LoadingProps): JSX.Element;