Skip to content

Commit

Permalink
[Chore] Export LayerGroupColorPickerFactory from kepler-wide componen…
Browse files Browse the repository at this point in the history
…ts (#2138)
  • Loading branch information
igorDykhta committed Feb 27, 2023
1 parent bf890fa commit c79896b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export {default as TooltipConfigFactory} from './side-panel/interaction-panel/to
export {default as MapManagerFactory} from './side-panel/map-manager';
export {default as LayerGroupSelectorFactory} from './side-panel/map-style-panel/map-layer-selector';
export {default as MapStyleSelectorFactory} from './side-panel/map-style-panel/map-style-selector';
export {default as LayerGroupColorPickerFactory} from './side-panel/map-style-panel/map-layer-group-color-picker';
export {default as CustomPanelsFactory} from './side-panel/custom-panel';
// // map factories
export {default as MapPopoverFactory} from './map/map-popover';
Expand Down Expand Up @@ -262,6 +263,7 @@ export type {DatasetInfoProps} from './side-panel/common/dataset-info';
export type {DatasetTagProps} from './side-panel/common/dataset-tag';
export type {CustomPanelsProps} from './side-panel/custom-panel';
export type {LayerTypeListItemType} from './side-panel/layer-panel/layer-type-list-item';
export type {LayerGroupColorPickerProps} from './side-panel/map-style-panel/map-layer-group-color-picker';

export {
Icons,
Expand Down

0 comments on commit c79896b

Please sign in to comment.