UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

10 lines (9 loc) 376 B
/// <reference types="react" /> import { ContainerProps } from './type'; declare const Container: { ({ as, className, content, fluid, text, textAlign, children, ...containerProps }: ContainerProps): import("react").ReactElement<{ className: string; }, string | import("react").JSXElementConstructor<any>>; displayName: string; }; export default Container;