We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289284c commit 4a6386bCopy full SHA for 4a6386b
1 file changed
packages/react-core/src/components/Drawer/DrawerPanelContent.tsx
@@ -35,7 +35,7 @@ export interface DrawerPanelContentProps extends Omit<React.HTMLProps<HTMLDivEle
35
hasNoBorder?: boolean;
36
/** Flag indicating that the drawer panel should be resizable. */
37
isResizable?: boolean;
38
- /** Flag indicating that the drawer panel should disable glass styles. This prop is intended to work with isPill drawers. */
+ /** @beta Flag indicating that the drawer panel should disable glass styles. This prop is intended to work with isPill drawers. */
39
hasNoGlass?: boolean;
40
/** Callback for resize end. */
41
onResize?: (event: MouseEvent | TouchEvent | React.KeyboardEvent, width: number, id: string) => void;
0 commit comments