guesstimate/src/routes/project/style.module.css.d.ts

18 lines
498 B
TypeScript
Raw Normal View History

2020-04-22 22:07:52 +02:00
declare namespace StyleModuleCssModule {
export interface IStyleModuleCss {
estimation: string;
mainColumn: string;
middleTable: string;
noBorder: string;
noTasks: string;
tabContainer: string;
}
}
declare const StyleModuleCssModule: StyleModuleCssModule.IStyleModuleCss & {
/** WARNING: Only available when `css-loader` is used without `style-loader` or `mini-css-extract-plugin` */
locals: StyleModuleCssModule.IStyleModuleCss;
};
export = StyleModuleCssModule;