UNPKG

433 BTypeScriptView Raw
1import * as React from 'react';
2export interface LevelProps extends React.HTMLProps<HTMLDivElement> {
3 /** Adds space between children. */
4 hasGutter?: boolean;
5 /** additional classes added to the Level layout */
6 className?: string;
7 /** content rendered inside the Level layout */
8 children?: React.ReactNode;
9}
10export declare const Level: React.FunctionComponent<LevelProps>;
11//# sourceMappingURL=Level.d.ts.map
\No newline at end of file