UNPKG

@keen.io/ui-core

Version:

Keen visual components library

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