ca-mfe-page-scoring-ui
Version:
This is a react shell for the SPGI Platform MFE implementation
13 lines (10 loc) • 440 B
TypeScript
declare namespace ContentSectionScssNamespace {
export interface IContentSectionScss {
"content-section": string;
}
}
declare const ContentSectionScssModule: ContentSectionScssNamespace.IContentSectionScss & {
/** WARNING: Only available when `css-loader` is used without `style-loader` or `mini-css-extract-plugin` */
locals: ContentSectionScssNamespace.IContentSectionScss;
};
export = ContentSectionScssModule;