UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

13 lines (12 loc) 524 B
/// <reference types="react" /> import './style/index.js'; export * from './type'; export declare const Dimmer: { ({ as, className, active, inverted, content, children, ...props }: import("./type").DimmerProps): JSX.Element; displayName: string; Dimmable: { ({ as, className, dimmed, content, children, ...props }: import("./type").DimmerDimmableProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; }; }; export default Dimmer;