UNPKG

244 BTypeScriptView Raw
1import * as React from 'react';
2export interface WizardFooterProps {
3 /** Buttons in the footer */
4 children: any;
5}
6export declare const WizardFooter: React.FunctionComponent<WizardFooterProps>;
7//# sourceMappingURL=WizardFooter.d.ts.map
\No newline at end of file