UNPKG

388 BTypeScriptView Raw
1import * as React from 'react';
2export interface PanelMainBodyProps extends React.HTMLProps<HTMLDivElement> {
3 /** Content rendered inside the panel main body div */
4 children?: React.ReactNode;
5 /** Class to add to outer div */
6 className?: string;
7}
8export declare const PanelMainBody: React.FunctionComponent<PanelMainBodyProps>;
9//# sourceMappingURL=PanelMainBody.d.ts.map
\No newline at end of file