UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

10 lines 328 B
export interface ChartsBrushOverlayProps { /** * A CSS class name applied to the root element. */ className?: string; } /** * Component that renders visual feedback during brush interaction */ export declare function ChartsBrushOverlay(props: ChartsBrushOverlayProps): import("react/jsx-runtime").JSX.Element | null;