fennec-fe/src/components/app.scss.d.ts

11 lines
258 B
TypeScript
Raw Normal View History

// This file is automatically generated from your CSS. Any edits will be overwritten.
declare namespace AppScssNamespace {
export interface IAppScss {
app: string;
}
}
declare const AppScssModule: AppScssNamespace.IAppScss;
export = AppScssModule;