- import { CompositionComponent as CC } from '../runtime';
- import { GeoViewComposition } from '../spec';
- export type GeoViewOptions = Omit<GeoViewComposition, 'type'>;
- /**
- * A view with geo coordinate.
- */
- export declare const GeoView: CC<GeoViewOptions>;
|