mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 14:25:51 +00:00
style: 完成所有文件的lint
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const watchSystemTheme: (querier: unknown, setTheme: React.Dispatch<React.SetStateAction<import('./systemTheme.js').SystemTheme>>) => (() => void) = () => () => {};
|
||||
export {}
|
||||
export const watchSystemTheme: (
|
||||
querier: unknown,
|
||||
setTheme: React.Dispatch<
|
||||
React.SetStateAction<import('./systemTheme.js').SystemTheme>
|
||||
>,
|
||||
) => () => void = () => () => {}
|
||||
|
||||
Reference in New Issue
Block a user