Skip to content

Commit

Permalink
[Chore] add exports for scenegraph to layers index (#2215)
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Co-authored-by: Jacob Wasilkowski <4933392+jwasilgeo@users.noreply.github.com>
  • Loading branch information
igorDykhta and jwasilgeo committed May 2, 2023
1 parent 14c6d01 commit dafec9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/layers/src/index.ts
Expand Up @@ -105,6 +105,9 @@ export {default as Table} from './table';

export {getEditorLayer} from './editor-layer/editor-layer';

export {default as ScenegraphLayer, scenegraphVisConfigs} from './scenegraph-layer/scenegraph-layer';
export {default as ScenegraphLayerIcon} from './scenegraph-layer/scenegraph-layer-icon';

import {isDrawingActive, onClick, onHover, getTooltip, getCursor} from './editor-layer/editor-layer-utils';
export const EditorLayerUtils = {
isDrawingActive, onClick, onHover, getTooltip, getCursor
Expand Down
1 change: 1 addition & 0 deletions src/types/layers.d.ts
Expand Up @@ -246,6 +246,7 @@ export type LayerVisConfig = {
// extruded: boolean;
// wireframe: boolean;
// weight: number;
// scenegraph: VisConfig;
};

export type TextConfigSelect = {
Expand Down

0 comments on commit dafec9b

Please sign in to comment.