mirror of
https://github.com/fanchenio/DawnLauncher.git
synced 2025-07-13 12:52:10 +08:00
5 lines
118 B
TypeScript
5 lines
118 B
TypeScript
// 无用,为了tsc编译通过
|
||
import { Theme } from "../../types/setting";
|
||
|
||
export const themeList: Array<Theme>;
|