UNPKG

2.12 kBTypeScriptView Raw
1import withSunburst, { SunburstProps } from './withSunburst';
2import SunburstView from './sunburstView';
3import IcicleView from './icicleView';
4export { SunburstProps, withSunburst, SunburstView, IcicleView };
5declare const _default: {
6 new <TRecord extends import("../../chart/Data").DataRecord = import("../../chart/Data").DataRecord, IProps extends SunburstProps<TRecord> = SunburstProps<TRecord>>(props: IProps, context: any): {
7 coord: import("../../controller/coord").default;
8 color: import("../../attr/category").default;
9 triggerRef: import("@antv/f-engine").Ref<any>[];
10 willMount(): void;
11 didMount(): void;
12 _mapping(children: any): void;
13 sunburst(): any;
14 render(): import("@antv/f-engine").JSX.Element;
15 props: IProps;
16 state: import("@antv/f-engine").IState;
17 context: import("@antv/f-engine").IContext;
18 refs: {
19 [key: string]: import("@antv/f-engine/es/component").default<import("@antv/f-engine").IProps, import("@antv/f-engine").IState>;
20 };
21 updater: import("@antv/f-engine/es/component/updater").Updater<import("@antv/f-engine").IState>;
22 container: import("@antv/g-lite").Group;
23 layout: import("@antv/f-engine").LayoutProps;
24 children: import("@antv/f-engine/es/canvas/vnode").VNode | import("@antv/f-engine/es/canvas/vnode").VNode[];
25 isMounted: boolean;
26 animate: boolean;
27 animator: import("@antv/f-engine/es/canvas/render/animator").default;
28 destroyed: boolean;
29 _vNode: import("@antv/f-engine/es/canvas/vnode").VNode;
30 shouldUpdate(_nextProps: IProps): boolean;
31 willReceiveProps(_props: IProps, _context?: import("@antv/f-engine").IContext): void;
32 willUpdate(): void;
33 didUpdate(): void;
34 willUnmount(): void;
35 didUnmount(): void;
36 setState(partialState: import("@antv/f-engine").IState, callback?: () => void): void;
37 forceUpdate(callback?: () => void): void;
38 setAnimate(animate: boolean): void;
39 destroy(): void;
40 };
41};
42export default _default;