UNPKG

@activecollab/components

Version:

ActiveCollab Components

14 lines 600 B
interface IWizardContext { activeStep?: number; setActiveStep?: (integer: any) => void; goNext?: () => void; goPrevious?: () => void; close?: () => void; setChangingStepInProgress?: (boolean: any) => void; } declare const WizardContext: import("react").Context<IWizardContext>; export declare const WizardContextProvider: import("react").Provider<IWizardContext>; export declare const WizardContextConsumer: import("react").Consumer<IWizardContext>; export declare const useWizardContext: () => IWizardContext; export default WizardContext; //# sourceMappingURL=index.d.ts.map