UNPKG

@antv/f2

Version:

Charts for mobile visualization.

39 lines (38 loc) 1.3 kB
import Component from '../../base/component'; import { Category } from '../../attr'; import CoordController from '../../controller/coord'; import Coord from '../../coord'; import { Ref } from '../../types'; declare const _default: (View: any) => { new (props: any, context: any): { coordController: CoordController; coord: Coord; color: Category; triggerRef: Ref[]; didMount(): void; _mapping(children: any): void; sunburst(): any; render(): import("../..").JSX.Element; props: any; state: any; context: import("../../base/component").ComponentContext; refs: { [key: string]: Component<any, any>; }; updater: import("../../base/component").Updater<any>; children: import("../..").JSX.Element; container: any; animate: boolean; destroyed: boolean; willMount(): void; willReceiveProps(_props: any, context?: any): void; willUpdate(): void; didUpdate(): void; didUnmount(): void; setState(partialState: any, callback?: () => void): void; forceUpdate(callback?: () => void): void; setAnimate(animate: boolean): void; destroy(): void; }; }; export default _default;