UNPKG

600 BTypeScriptView Raw
1import { Emitter } from '@mantou/gem/lib/decorators';
2import { GemElement } from '@mantou/gem/lib/element';
3import './gesture';
4import './area-chart';
5declare type State = {
6 grabbing: boolean;
7 newValue?: number[];
8};
9/**
10 * @customElement dy-chart-zoom
11 */
12export declare class DuoyunChartZoomElement extends GemElement<State> {
13 #private;
14 values?: (number | null)[][];
15 value: number[];
16 change: Emitter<number[]>;
17 state: State;
18 constructor();
19 render: () => import("lit-html/lib/template-result").TemplateResult;
20}
21export {};
22//# sourceMappingURL=chart-zoom.d.ts.map
\No newline at end of file