UNPKG

471 BTypeScriptView Raw
1import * as React from 'react';
2export interface PanelMainProps extends React.HTMLProps<HTMLDivElement> {
3 /** Content rendered inside the panel main div */
4 children?: React.ReactNode;
5 /** Class to add to outer div */
6 className?: string;
7 /** Max height of the panel main div as a string with the value and unit */
8 maxHeight?: string;
9}
10export declare const PanelMain: React.FunctionComponent<PanelMainProps>;
11//# sourceMappingURL=PanelMain.d.ts.map
\No newline at end of file