mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-17 21:01:40 -07:00
Add tribal toggle (UI only)
This commit is contained in:
parent
3c7c23e083
commit
70b9072559
11 changed files with 204 additions and 1 deletions
12
client/src/components/LayerSelector/LayerSelector.module.scss.d.ts
vendored
Normal file
12
client/src/components/LayerSelector/LayerSelector.module.scss.d.ts
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
declare namespace LayerSelectorNamespace {
|
||||
export interface ILayerSelectorScss {
|
||||
layerSelectorContainer: string;
|
||||
}
|
||||
}
|
||||
|
||||
declare const LayerSelectorScssModule: LayerSelectorNamespace.ILayerSelectorScss & {
|
||||
/** WARNING: Only available when `css-loader` is used without `style-loader` or `mini-css-extract-plugin` */
|
||||
locals: LayerSelectorNamespace.ILayerSelectorScss;
|
||||
};
|
||||
|
||||
export = LayerSelectorScssModule;
|
Loading…
Add table
Add a link
Reference in a new issue