UNPKG

ca-mfe-page-scoring-ui

Version:

This is a react shell for the SPGI Platform MFE implementation

35 lines (32 loc) 1.07 kB
declare namespace ParentAdjustmentsScssNamespace { export interface IParentAdjustmentsScss { FCFI: string; "PCA-header": string; PCAouter2: string; PCNFI: string; blue: string; col: string; content: string; contentRight: string; "heading-box": string; inlinecollabel: string; inlinecollabelRight: string; "input-container": string; "input-field": string; "label-conatiner": string; "negative-value-error": string; "opacity-3": string; pageheading: string; "parent-adjustment-conatiner": string; "parent-select-container": string; "pd-version": string; "prop-green": string; red: string; searchParentCompany: string; } } declare const ParentAdjustmentsScssModule: ParentAdjustmentsScssNamespace.IParentAdjustmentsScss & { /** WARNING: Only available when `css-loader` is used without `style-loader` or `mini-css-extract-plugin` */ locals: ParentAdjustmentsScssNamespace.IParentAdjustmentsScss; }; export = ParentAdjustmentsScssModule;