Add tribal toggle (UI only)

This commit is contained in:
Vim USDS 2022-07-12 10:05:36 -07:00
commit 70b9072559
11 changed files with 204 additions and 1 deletions

View 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;