UNPKG

@keen.io/ui-core

Version:

Keen visual components library

9 lines (8 loc) 185 B
import { FC } from 'react'; declare type Props = { height?: number; width?: number; fill?: string; }; export declare const Loader: FC<Props>; export default Loader;