UNPKG

@antv/f2

Version:

Charts for mobile visualization.

43 lines (42 loc) 2.12 kB
import withSunburst, { SunburstProps } from './withSunburst'; import SunburstView from './sunburstView'; import IcicleView from './icicleView'; export { SunburstProps, withSunburst, SunburstView, IcicleView }; declare const _default: { new <TRecord extends import("../../chart/Data").DataRecord = import("../../chart/Data").DataRecord, IProps extends SunburstProps<TRecord> = SunburstProps<TRecord>>(props: IProps, context: any): { coord: import("../../controller/coord").default; color: import("../../attr/category").default; triggerRef: import("@antv/f-engine").Ref<any>[]; willMount(): void; didMount(): void; _mapping(children: any): void; sunburst(): any; render(): import("@antv/f-engine").JSX.Element; props: IProps; state: import("@antv/f-engine").IState; context: import("@antv/f-engine").IContext; refs: { [key: string]: import("@antv/f-engine/es/component").default<import("@antv/f-engine").IProps, import("@antv/f-engine").IState>; }; updater: import("@antv/f-engine/es/component/updater").Updater<import("@antv/f-engine").IState>; container: import("@antv/g-lite").Group; layout: import("@antv/f-engine").LayoutProps; children: import("@antv/f-engine/es/canvas/vnode").VNode | import("@antv/f-engine/es/canvas/vnode").VNode[]; isMounted: boolean; animate: boolean; animator: import("@antv/f-engine/es/canvas/render/animator").default; destroyed: boolean; _vNode: import("@antv/f-engine/es/canvas/vnode").VNode; shouldUpdate(_nextProps: IProps): boolean; willReceiveProps(_props: IProps, _context?: import("@antv/f-engine").IContext): void; willUpdate(): void; didUpdate(): void; willUnmount(): void; didUnmount(): void; setState(partialState: import("@antv/f-engine").IState, callback?: () => void): void; forceUpdate(callback?: () => void): void; setAnimate(animate: boolean): void; destroy(): void; }; }; export default _default;