ca-mfe-page-scoring-ui
Version:
This is a react shell for the SPGI Platform MFE implementation
20 lines (17 loc) • 695 B
TypeScript
declare namespace SelectionEditWrapperScssNamespace {
export interface ISelectionEditWrapperScss {
editActive: string;
onHover: string;
opacity: string;
"prop-green": string;
"section-title": string;
"selection-edit-wrapper-container": string;
"selection-width": string;
"wrapper-content": string;
}
}
declare const SelectionEditWrapperScssModule: SelectionEditWrapperScssNamespace.ISelectionEditWrapperScss & {
/** WARNING: Only available when `css-loader` is used without `style-loader` or `mini-css-extract-plugin` */
locals: SelectionEditWrapperScssNamespace.ISelectionEditWrapperScss;
};
export = SelectionEditWrapperScssModule;