mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-22 05:51:55 -07:00
* Update copy and sidepanel - modify map legend, add color key and circle stroke - add Higher ed to sidepanel - remove coercion of 0 to N/A on sidepanel - update snapshots * Make send feedback open in new tab
14 lines
516 B
TypeScript
14 lines
516 B
TypeScript
declare namespace HowYouCanHelpModuleScssNamespace {
|
|
export interface IHowYouCanHelpModuleScss {
|
|
legendContainer: string;
|
|
legendTextBox: string;
|
|
legendRow: string;
|
|
}
|
|
}
|
|
|
|
declare const HowYouCanHelpModuleScssModule: HowYouCanHelpModuleScssNamespace.IHowYouCanHelpModuleScss & {
|
|
/** WARNING: Only available when `css-loader` is used without `style-loader` or `mini-css-extract-plugin` */
|
|
locals: HowYouCanHelpModuleScssNamespace.IHowYouCanHelpModuleScss;
|
|
};
|
|
|
|
export = HowYouCanHelpModuleScssModule;
|