Fix theme import (#8749)
This commit is contained in:
8
packages/client/@types/theme.d.ts
vendored
8
packages/client/@types/theme.d.ts
vendored
@@ -1,5 +1,7 @@
|
||||
import { Theme } from '../src/scripts/theme';
|
||||
|
||||
declare module '@/themes/*.json5' {
|
||||
export = Theme;
|
||||
import { Theme } from "@/scripts/theme";
|
||||
|
||||
const theme: Theme;
|
||||
|
||||
export default theme;
|
||||
}
|
||||
|
Reference in New Issue
Block a user