UNPKG

ca-mfe-page-scoring-ui

Version:

This is a react shell for the SPGI Platform MFE implementation

18 lines (15 loc) 579 B
declare namespace RootContainerScssNamespace { export interface IRootContainerScss { "collapsable-button": string; collapsed: string; "content-section": string; expanded: string; "scoringui-container": string; "step-tracker": string; } } declare const RootContainerScssModule: RootContainerScssNamespace.IRootContainerScss & { /** WARNING: Only available when `css-loader` is used without `style-loader` or `mini-css-extract-plugin` */ locals: RootContainerScssNamespace.IRootContainerScss; }; export = RootContainerScssModule;