UNPKG

ca-mfe-page-scoring-ui

Version:

This is a react shell for the SPGI Platform MFE implementation

21 lines (18 loc) 762 B
declare namespace MultipleInputRangesScssNamespace { export interface IMultipleInputRangesScss { "complete-icon": string; "complete-icon-holder": string; "legend-icon-holder": string; "legend-icons-wrapper": string; "legend-name": string; "multi-range-slider": string; "multi-range-slider-legends": string; "multi-range-slider-wrapper": string; "range-div": string; } } declare const MultipleInputRangesScssModule: MultipleInputRangesScssNamespace.IMultipleInputRangesScss & { /** WARNING: Only available when `css-loader` is used without `style-loader` or `mini-css-extract-plugin` */ locals: MultipleInputRangesScssNamespace.IMultipleInputRangesScss; }; export = MultipleInputRangesScssModule;