UNPKG

352 BTypeScriptView Raw
1import * as React from 'react';
2export interface ModalBoxFooterProps {
3 /** Content rendered inside the Footer */
4 children?: React.ReactNode;
5 /** Additional classes added to the Footer */
6 className?: string;
7}
8export declare const ModalBoxFooter: React.FunctionComponent<ModalBoxFooterProps>;
9//# sourceMappingURL=ModalBoxFooter.d.ts.map
\No newline at end of file