UNPKG

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