UNPKG

@steambrew/client

Version:
8 lines (7 loc) 248 B
import { FC, ReactNode, SVGAttributes } from 'react'; interface SteamSpinnerProps { children?: ReactNode; background?: "transparent"; } export declare const SteamSpinner: FC<SVGAttributes<SVGElement> & SteamSpinnerProps>; export {};