Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reexports #613

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Add reexports #613

wants to merge 5 commits into from

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.

None yet

2 participants