geoPath.d.ts 254 B

1234567
  1. import { CompositionComponent as CC } from '../runtime';
  2. import { GeoPathComposition } from '../spec';
  3. export type GeoPathOptions = Omit<GeoPathComposition, 'type'>;
  4. /**
  5. * Wrap GeoPath by a GeoView.
  6. */
  7. export declare const GeoPath: CC<GeoPathOptions>;