Skip to content

Commit

Permalink
chore: add missing naming type exports (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme authored and markov00 committed Mar 2, 2020
1 parent 879cfd7 commit d7da1bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ export {
RectAnnotationDatum,
RectAnnotationSpec,
SeriesTypes,
SeriesName,
SeriesNameFn,
SeriesNameAccessor,
SeriesNameConfig,
SeriesNameConfigOptions,
} from './chart_types/xy_chart/utils/specs';
export { AnnotationTooltipFormatter } from './chart_types/xy_chart/annotations/annotation_utils';
export { GeometryValue } from './utils/geometry';
Expand Down

0 comments on commit d7da1bd

Please sign in to comment.