mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 05:45:51 +00:00
9 lines
254 B
TypeScript
9 lines
254 B
TypeScript
// Auto-generated stub — replace with real implementation
|
|
export {}
|
|
export const watchSystemTheme: (
|
|
querier: unknown,
|
|
setTheme: React.Dispatch<
|
|
React.SetStateAction<import('./systemTheme.js').SystemTheme>
|
|
>,
|
|
) => () => void = () => () => {}
|