UNPKG

@toast-ui/chart

Version:

TOAST UI Application: Chart

5 lines (4 loc) 222 B
import { ValueEdge, StoreModule } from "../../types/store/store"; export declare function getLimitSafely(baseValues: number[], isXAxis?: boolean): ValueEdge; declare const dataRange: StoreModule; export default dataRange;