@ansible/ansible-ui-framework 2.4.2068 → 2.4.2069

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import type { PageWizardStep, PageWizardState, PageWizardParentStep } from './types';
2
+ import type { PageWizardParentStep, PageWizardState, PageWizardStep } from './types';
3
3
  export declare const PageWizardContext: import("react").Context<PageWizardState>;
4
4
  export declare function usePageWizard(): PageWizardState;
5
5
  export declare function isStepVisible(step: PageWizardStep, values: object): PageWizardStep | null;