UNPKG

@senx/warpview

Version:
13 lines 295 B
import { Param } from './param'; export declare class DataModel { data: any[] | string; params?: Param[]; globalParams?: Param; bounds?: { xmin?: number; xmax?: number; ymin?: number; ymax?: number; }; } //# sourceMappingURL=dataModel.d.ts.map