geoView.d.ts 255 B

1234567
  1. import { CompositionComponent as CC } from '../runtime';
  2. import { GeoViewComposition } from '../spec';
  3. export type GeoViewOptions = Omit<GeoViewComposition, 'type'>;
  4. /**
  5. * A view with geo coordinate.
  6. */
  7. export declare const GeoView: CC<GeoViewOptions>;