fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
8 lines (7 loc) • 332 B
TypeScript
/// <reference types="react" />
import { GridRowProps } from './type';
declare const GridRow: {
({ as, className, stretched, centered, color, columns, children, ...props }: GridRowProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
displayName: string;
};
export default GridRow;