UNPKG

ca-mfe-page-scoring-ui

Version:

This is a react shell for the SPGI Platform MFE implementation

21 lines (18 loc) 678 B
declare namespace SizeAdjustmentsScssNamespace { export interface ISizeAdjustmentsScss { blue: string; "color-green": string; "disable-div": string; "field-value": string; "group-title": string; "noedit-revenue": string; opacity: string; "section-title": string; "sizeadjustments-input-container": string; } } declare const SizeAdjustmentsScssModule: SizeAdjustmentsScssNamespace.ISizeAdjustmentsScss & { /** WARNING: Only available when `css-loader` is used without `style-loader` or `mini-css-extract-plugin` */ locals: SizeAdjustmentsScssNamespace.ISizeAdjustmentsScss; }; export = SizeAdjustmentsScssModule;