UNPKG

ca-mfe-page-scoring-ui

Version:

This is a react shell for the SPGI Platform MFE implementation

35 lines (32 loc) 1.18 kB
declare namespace CompanyInputScssNamespace { export interface ICompanyInputScss { "company-info-dropdowns": string; "companyLabels-align": string; "companyName-Width": string; "create-company": string; "create-company-text": string; "edit-icon": string; "edit-label": string; "input-seperator": string; "new-CompanyName": string; "padding-top4": string; "prop-color": string; "selected-dd-container": string; "selection-company-title": string; "selection-container": string; "selection-datepicker": string; "selection-dd": string; "selection-dd-container": string; "selection-div-first": string; "selection-header": string; "selection-header-container": string; "selection-inner-container": string; "selection-inner-title": string; "text-seperator": string; } } declare const CompanyInputScssModule: CompanyInputScssNamespace.ICompanyInputScss & { /** WARNING: Only available when `css-loader` is used without `style-loader` or `mini-css-extract-plugin` */ locals: CompanyInputScssNamespace.ICompanyInputScss; }; export = CompanyInputScssModule;