UNPKG

@patternfly/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

7 lines 244 B
import * as React from 'react'; export interface WizardFooterProps { /** Buttons in the footer */ children: any; } export declare const WizardFooter: React.FunctionComponent<WizardFooterProps>; //# sourceMappingURL=WizardFooter.d.ts.map