forked from MapComplete/MapComplete
Better typing of the basemap class
This commit is contained in:
parent
e731640e5f
commit
62cc392cfd
7 changed files with 108 additions and 75 deletions
|
@ -1,9 +1,10 @@
|
|||
import {UIElement} from "./UIElement";
|
||||
import AvailableBaseLayers, {BaseLayer} from "../Logic/AvailableBaseLayers";
|
||||
import AvailableBaseLayers from "../Logic/AvailableBaseLayers";
|
||||
import {DropDown} from "./Input/DropDown";
|
||||
import Translations from "./i18n/Translations";
|
||||
import {State} from "../State";
|
||||
import {UIEventSource} from "../Logic/UIEventSource";
|
||||
import {BaseLayer} from "../Logic/BaseLayer";
|
||||
|
||||
export default class BackgroundSelector extends UIElement {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue