UNPKG

1.28 kBTypeScriptView Raw
1import { Category } from '../../attr';
2import Component from '../../base/component';
3import CoordController from '../../controller/coord';
4import Coord from '../../coord';
5import { Ref } from '../../types';
6declare const _default: (View: any) => {
7 new (props: any, context: any, updater?: any): {
8 coordController: CoordController;
9 coord: Coord;
10 color: Category;
11 triggerRef: Ref[];
12 treemapLayout(): any;
13 render(): import("../..").JSX.Element;
14 props: any;
15 state: any;
16 context: import("../../base/component").ComponentContext;
17 refs: {
18 [key: string]: Component<any, any>;
19 };
20 updater: import("../../base/component").Updater<any>;
21 children: import("../..").JSX.Element;
22 container: any;
23 animate: boolean;
24 destroyed: boolean;
25 willMount(): void;
26 didMount(): void;
27 willReceiveProps(_props: any, context?: any): void;
28 willUpdate(): void;
29 didUpdate(): void;
30 didUnmount(): void;
31 setState(partialState: any, callback?: () => void): void;
32 forceUpdate(callback?: () => void): void;
33 setAnimate(animate: boolean): void;
34 destroy(): void;
35 };
36};
37export default _default;