UNPKG

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