UNPKG

@steambrew/client

Version:
9 lines (8 loc) 276 B
import { FC, ReactNode, SVGAttributes } from 'react'; interface SteamSpinnerProps { children?: ReactNode; background?: 'transparent'; } /** @component React Components */ export declare const SteamSpinner: FC<SVGAttributes<SVGElement> & SteamSpinnerProps>; export {};