vuecharts3
Version:
the vue toolkit based on echarts
23 lines (22 loc) • 898 B
TypeScript
import { EC as EFC } from "./Components";
interface GlobeProps {
[key: string]: any;
}
export declare const Globe: EFC<GlobeProps>;
export declare const Geo3D: EFC<GlobeProps>;
export declare const Mapbox3D: EFC<GlobeProps>;
export declare const Grid3D: EFC<GlobeProps>;
export declare const XAxis3D: EFC<GlobeProps>;
export declare const YAxis3D: EFC<GlobeProps>;
export declare const ZAxis3D: EFC<GlobeProps>;
export declare const Scatter3D: EFC<GlobeProps>;
export declare const Bar3D: EFC<GlobeProps>;
export declare const Line3D: EFC<GlobeProps>;
export declare const Lines3D: EFC<GlobeProps>;
export declare const Map3D: EFC<GlobeProps>;
export declare const Surface: EFC<GlobeProps>;
export declare const Polygons3D: EFC<GlobeProps>;
export declare const ScatterGL: EFC<GlobeProps>;
export declare const GraphGL: EFC<GlobeProps>;
export declare const FlowGL: EFC<GlobeProps>;
export {};