UNPKG

@brizy/ui

Version:
8 lines (7 loc) 199 B
import { ReactElement } from "react"; import { Color } from "../types"; export interface Props { size?: string; color?: Color; } export declare const Loading: (props: Props) => ReactElement;