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 = () => () => {}
|