UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

8 lines (7 loc) 354 B
import React from 'react'; import { LoaderProps } from './type'; declare const Loader: { ({ as, className, text, inverted, indeterminate, active, disabled, inline, speed, color, styles, content, children, ...props }: LoaderProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>; displayName: string; }; export default Loader;