ca-mfe-page-scoring-ui
Version:
This is a react shell for the SPGI Platform MFE implementation
27 lines (24 loc) • 844 B
TypeScript
declare namespace GovernmentSupportScssNamespace {
export interface IGovernmentSupportScss {
GSouter: string;
blue: string;
col: string;
content: string;
"government-adjustment-conatiner": string;
"heading-box": string;
inlinecollabel: string;
"input-container": string;
"input-field": string;
"label-conatiner": string;
"negative-value-error": string;
"opacity-3": string;
pageheading: string;
"prop-green": string;
red: string;
}
}
declare const GovernmentSupportScssModule: GovernmentSupportScssNamespace.IGovernmentSupportScss & {
/** WARNING: Only available when `css-loader` is used without `style-loader` or `mini-css-extract-plugin` */
locals: GovernmentSupportScssNamespace.IGovernmentSupportScss;
};
export = GovernmentSupportScssModule;