Options accepted by Baselayers.init().
Baselayers.init()
Lives in the hub (rather than index.ts) so ui.ts can reference it without importing index.ts — that would create an index → ui → index cycle.
index.ts
ui.ts
index → ui → index
Optional
Options accepted by
Baselayers.init().Lives in the hub (rather than
index.ts) soui.tscan reference it without importingindex.ts— that would create anindex → ui → indexcycle.