@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
8 lines • 390 B
TypeScript
import { WizardFooterProps } from '../WizardFooter';
/**
* Set a unique footer for the wizard. stepId is only required if inactive steps are hidden instead of unmounted.
* @param footer
* @param stepId
*/
export declare const useWizardFooter: (footer: React.ReactElement<any> | Partial<WizardFooterProps>, stepId?: string | number) => void;
//# sourceMappingURL=useWizardFooter.d.ts.map