UNPKG

1.39 kBTypeScriptView Raw
1import withSunburst from './withSunburst';
2import SunburstView from './sunburstView';
3import IcicleView from './icicleView';
4export { withSunburst, SunburstView, IcicleView };
5declare const _default: {
6 new (props: any, context: any): {
7 coordController: import("../../controller/coord").default;
8 coord: import("../../coord/base").default;
9 color: import("../../attr/category").default;
10 triggerRef: import("../../types").Ref[];
11 didMount(): void;
12 _mapping(children: any): void;
13 sunburst(): any;
14 render(): import("../..").JSX.Element;
15 props: any;
16 state: any;
17 context: import("../../base/component").ComponentContext;
18 refs: {
19 [key: string]: import("../../base/component").default<any, any>;
20 };
21 updater: import("../../base/component").Updater<any>;
22 children: import("../..").JSX.Element;
23 container: any;
24 animate: boolean;
25 destroyed: boolean;
26 willMount(): 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;