UNPKG

@thachnuida/ngx-uplot

Version:
12 lines (11 loc) 508 B
import * as uPlot from 'uplot'; import * as i0 from "@angular/core"; declare type OptionsUpdateState = 'keep' | 'update' | 'create'; export declare class NgxUplotService { constructor(); optionsUpdateState(_lhs: uPlot.Options, _rhs: uPlot.Options): OptionsUpdateState; dataMatch(lhs: uPlot.AlignedData, rhs: uPlot.AlignedData): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<NgxUplotService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<NgxUplotService>; } export {};