Skip to content

Commit

Permalink
fix: expose layertype (#2055)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyblasta authored Nov 11, 2024
1 parent 3cd0b8f commit ce95747
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions origo.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import 'drag-drop-touch';
import permalink from './src/permalink/permalink';
import * as Loader from './src/loading';
import Spinner from './src/utils/spinner';
import layerType from './src/layer/layertype';

const Origo = function Origo(configPath, options = {}) {
/** Reference to the returned Component */
Expand Down Expand Up @@ -193,5 +194,6 @@ Origo.Loader.show = Loader.showLoading;
Origo.Loader.hide = Loader.hideLoading;
Origo.Loader.withLoading = Loader.withLoading;
Origo.Loader.getInlineSpinner = Spinner;
Origo.layerType = layerType;

export default Origo;

0 comments on commit ce95747

Please sign in to comment.