UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

17 lines (16 loc) 879 B
/// <reference types="react" /> import './style/index.js'; export * from './type'; export declare const Grid: { ({ as, className, centered, compact, relaxed, padded, celled, divided, columns, children, ...props }: import("./type").GridProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; Row: { ({ as, className, stretched, centered, color, columns, children, ...props }: import("./type").GridRowProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; }; Column: { ({ as, className, floated, wide, color, children, ...props }: import("./type").GridColumnProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; }; }; export default Grid;