index.js 239 B

12345678
  1. import { GeoView } from './geoView';
  2. import { GeoPath } from './geoPath';
  3. export { GeoView, GeoPath };
  4. export const geoLibrary = {
  5. 'composition.geoView': GeoView,
  6. 'composition.geoPath': GeoPath,
  7. };
  8. //# sourceMappingURL=index.js.map