Skip to content

Commit

Permalink
[chore] export types and components (#2254)
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Co-authored-by: Xun Li <lixun910@gmail.com>
  • Loading branch information
igorDykhta and lixun910 committed Jun 13, 2023
1 parent 4a659e8 commit 8d79f7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/components/src/index.ts
Expand Up @@ -115,6 +115,7 @@ export {default as LayerGroupColorPickerFactory} from './side-panel/map-style-pa
export {default as CustomPanelsFactory} from './side-panel/custom-panel';
// // map factories
export {default as MapPopoverFactory} from './map/map-popover';
export {default as MapPopoverContentFactory} from './map/map-popover-content';
export {default as MapControlFactory} from './map/map-control';
export {default as LayerHoverInfoFactory} from './map/layer-hover-info';
export {default as CoordinateInfoFactory} from './map/coordinate-info';
Expand Down
4 changes: 2 additions & 2 deletions src/layers/src/index.ts
Expand Up @@ -97,8 +97,6 @@ export const LayerClasses = {
[LAYER_TYPES.s2]: S2GeometryLayer
};

export type OVERLAY_TYPE = {[key: string]: string};

export * from './mapbox-utils';
export * from './h3-hexagon-layer';
export {default as Table} from './table';
Expand All @@ -114,3 +112,5 @@ export const EditorLayerUtils = {
};

export {getFilterDataFunc} from './aggregation-layer';

export * from './layer-update';
2 changes: 1 addition & 1 deletion src/utils/src/index.ts
Expand Up @@ -79,7 +79,7 @@ export {setLayerBlending} from './gl-utils';
export {flattenMessages, mergeMessages} from './locale-utils';
export type {Dimensions} from './observe-dimensions';
export * from './observe-dimensions';
export {validateBounds, getCenterAndZoomFromBounds, normalizeEvent, MAPBOX_TILE_SIZE} from './projection-utils';
export * from './projection-utils';
export {validateToken} from './mapbox-utils';
export {
getDefaultLayerGroupVisibility,
Expand Down

0 comments on commit 8d79f7d

Please sign in to comment.