123456789 |
- import { GeoView } from './geoView';
- import { GeoPath } from './geoPath';
- export { GeoView, GeoPath };
- export type { GeoViewOptions } from './geoView';
- export type { GeoPathOptions } from './geoPath';
- export declare const geoLibrary: {
- 'composition.geoView': import("../runtime").CompositionComponent<import("./geoView").GeoViewOptions>;
- 'composition.geoPath': import("../runtime").CompositionComponent<import("./geoPath").GeoPathOptions>;
- };
|