guesstimate/client/src/routes/notfound/style.module.css.d.ts

13 lines
387 B
TypeScript
Raw Normal View History

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