UNPKG

ca-mfe-page-scoring-ui

Version:

This is a react shell for the SPGI Platform MFE implementation

20 lines (17 loc) 761 B
declare namespace SelectionModalScssNamespace { export interface ISelectionModalScss { "prop-green": string; "qAdj-info-modal-title": string; "qadjustments-selection-container": string; "qadjustments-selector-description": string; "qadjustments-selector-selected-wrapper": string; "qadjustments-selector-title": string; "qadjustments-selector-wrapper": string; "qadjustmentspopup-container": string; } } declare const SelectionModalScssModule: SelectionModalScssNamespace.ISelectionModalScss & { /** WARNING: Only available when `css-loader` is used without `style-loader` or `mini-css-extract-plugin` */ locals: SelectionModalScssNamespace.ISelectionModalScss; }; export = SelectionModalScssModule;