Files
DawnLauncher/commons/data/theme.d.ts
fanchenio 1eeee5630e change
2023-11-03 15:17:45 +08:00

5 lines
118 B
TypeScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// 无用为了tsc编译通过
import { Theme } from "../../types/setting";
export const themeList: Array<Theme>;