File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/react-core/src/components/Wizard Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ export interface WizardContextProps {
28
28
getStep : ( stepId : number | string ) => WizardStepType ;
29
29
/** Set step by ID */
30
30
setStep : ( step : Pick < WizardStepType , 'id' > & Partial < WizardStepType > ) => void ;
31
- /** @beta Flag indicating whether the wizard content should be focused after the onNext or onBack callbacks
31
+ /** Flag indicating whether the wizard content should be focused after the onNext or onBack callbacks
32
32
* are called.
33
33
*/
34
34
shouldFocusContentOnNextOrBack : boolean ;
35
- /** @beta Ref for main wizard content element. */
35
+ /** Ref for main wizard content element. */
36
36
mainWrapperRef : React . RefObject < HTMLElement > ;
37
37
}
38
38
You can’t perform that action at this time.
0 commit comments