ca-mfe-page-scoring-ui
Version:
This is a react shell for the SPGI Platform MFE implementation
16 lines (13 loc) • 515 B
TypeScript
declare namespace QAdjustmentsScssNamespace {
export interface IQAdjustmentsScss {
blue: string;
"pointer-none": string;
"qadjustments-input-container": string;
"section-title": string;
}
}
declare const QAdjustmentsScssModule: QAdjustmentsScssNamespace.IQAdjustmentsScss & {
/** WARNING: Only available when `css-loader` is used without `style-loader` or `mini-css-extract-plugin` */
locals: QAdjustmentsScssNamespace.IQAdjustmentsScss;
};
export = QAdjustmentsScssModule;