UNPKG

brightyui

Version:

Brighty UI library

10 lines (9 loc) 245 B
import { FC } from 'react'; import { EColors } from '../../types/EColors'; interface SmallLoaderProps { width?: number; height?: number; color?: EColors; } declare const SmallLoader: FC<SmallLoaderProps>; export default SmallLoader;