UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

5 lines 242 B
export interface ChartsBrushOverlayProps {} /** * Component that renders visual feedback during brush interaction */ export declare function ChartsBrushOverlay(props: ChartsBrushOverlayProps): import("react/jsx-runtime").JSX.Element | null;