UNPKG

@toast-ui/chart

Version:

TOAST UI Application: Chart

3 lines (2 loc) 189 B
import { PlotLine, PlotBand, GaugePlotBand } from "../../types/options"; export declare function isExistPlotId<T extends PlotLine | PlotBand | GaugePlotBand>(plots: T[], data: T): boolean;