We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f03ff8 commit c9b22f4Copy full SHA for c9b22f4
packages/react-core/src/components/Wizard/Wizard.tsx
@@ -61,7 +61,7 @@ export interface WizardProps extends React.HTMLProps<HTMLDivElement> {
61
shouldFocusContent?: boolean;
62
/** Adds plain styling to the wizard. */
63
isPlain?: boolean;
64
- /** Prevents the wizard from automatically applying plain styling when glass theme is enabled. */
+ /** @beta Prevents the wizard from automatically applying plain styling when glass theme is enabled. */
65
isNoPlainOnGlass?: boolean;
66
}
67
0 commit comments