UNPKG

@redocly/theme

Version:

Shared UI components lib

5 lines (4 loc) 122 B
export type LoadingProps = { color: string; }; export declare function Loading({ color }: LoadingProps): JSX.Element;