draw-game/frontend/src/components/header/style.css.d.ts

12 lines
299 B
TypeScript

// This file is automatically generated from your CSS. Any edits will be overwritten.
declare namespace StyleCssNamespace {
export interface IStyleCss {
active: string;
header: string;
}
}
declare const StyleCssModule: StyleCssNamespace.IStyleCss;
export = StyleCssModule;