fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
9 lines (8 loc) • 416 B
TypeScript
/// <reference types="react" />
import './style/index.js';
export * from './type';
export declare const Loader: {
({ as, className, text, inverted, indeterminate, active, disabled, inline, speed, color, styles, content, children, ...props }: import("./type").LoaderProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
displayName: string;
};
export default Loader;