Drawer() function
Drawer() function
Signature
export declare function Drawer({ children, inline, onClose, closeOnMaskClick, scrollableContent, title, subtitle, width, expandable, tabs, }: Props): JSX.Element;
Import
import { Drawer } from '@grafana/ui';
Parameters
Parameter | Type | Description |
---|---|---|
{ children, inline, onClose, closeOnMaskClick, scrollableContent, title, subtitle, width, expandable, tabs, } | Props |
Returns:
JSX.Element