UNPKG

scichart-react

Version:

React wrapper for SciChart JS

11 lines 571 B
import { JSX } from "react"; import { SciChartSurface, IOverviewOptions } from "scichart"; import { IChartComponentPropsCore, IInitResult } from "./types"; /** * A component that creates a {@link SciChartOverview} for a chart within the parent {@link SciChartReact} * @remarks Should be rendered as a child of {@link SciChartReact} */ export declare const SciChartNestedOverview: (props: IChartComponentPropsCore<SciChartSurface, IInitResult<SciChartSurface>> & { options?: IOverviewOptions; }) => JSX.Element | null; //# sourceMappingURL=SciChartOverview.d.ts.map