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