mirror of
https://github.com/fanchenio/DawnLauncher.git
synced 2025-07-13 12:52:10 +08:00
5 lines
144 B
TypeScript
5 lines
144 B
TypeScript
// 无用,为了tsc编译通过
|
||
import { Setting } from "../../types/setting";
|
||
|
||
export function getSetting(setting: Setting | null): Setting;
|