UNPKG

recharts

Version:
7 lines (6 loc) 243 B
export interface BrushStartEndIndex { startIndex: number; endIndex: number; } export type OnBrushUpdate = (newState: BrushStartEndIndex) => void; export declare const BrushUpdateDispatchContext: import("react").Context<OnBrushUpdate>;