UNPKG

ca-mfe-page-scoring-ui

Version:

This is a react shell for the SPGI Platform MFE implementation

13 lines (10 loc) 388 B
declare namespace PgSearchScssNamespace { export interface IPgSearchScss { "color-green": string; } } declare const PgSearchScssModule: PgSearchScssNamespace.IPgSearchScss & { /** WARNING: Only available when `css-loader` is used without `style-loader` or `mini-css-extract-plugin` */ locals: PgSearchScssNamespace.IPgSearchScss; }; export = PgSearchScssModule;