Skip to content

Conversation

Igggr
Copy link
Contributor

@Igggr Igggr commented Oct 13, 2021

https://trello.com/c/HzUtQKx1/1060-add-reexports-to-wrapper-packages

packages/devextreme-react/src/vector-map.ts

+ export {
+  CenterChangedEvent,
+  ClickEvent,
+  DisposingEvent,
+  DrawnEvent,
+  ExportedEvent,
+  ExportingEvent,
+  FileSavingEvent,
+  IncidentOccurredEvent,
+  InitializedEvent,
+  OptionChangedEvent,
+  SelectionChangedEvent,
+  TooltipHiddenEvent,
+  TooltipShownEvent,
+  ZoomFactorChangedEvent,
+  MapLayer,
+  MapLayerElement,
+  LegendItem,
+  dxVectorMapAnnotationConfig,
+  dxVectorMapCommonAnnotationConfig,
+} from "devextreme/viz/vector_map";
import dxVectorMap, {
    Properties
} from "devextreme/viz/vector_map";

import * as PropTypes from "prop-types";
import { Component as BaseComponent, IHtmlOptions } from "./core/component";
import NestedOption from "./core/nested-option";

@Igggr Igggr added the enhancement New feature or request label Oct 13, 2021
@Igggr Igggr self-assigned this Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants