UNPKG

brightyui

Version:

Brighty UI library

10 lines (9 loc) 191 B
import { FC } from 'react'; interface LoadProps { width?: number; radius?: number; height?: number; margin?: string; } declare const Load: FC<LoadProps>; export default Load;