(setter: (name: ThemeName) => void)
| 1118 | * @param setter - Function to call when theme changes |
| 1119 | */ |
| 1120 | export const initializeThemeWatcher = (setter: (name: ThemeName) => void) => { |
| 1121 | themeStoreUpdater = setter |
| 1122 | } |
| 1123 | |
| 1124 | /** |
| 1125 | * Recompute system theme and update store if it changed |
no outgoing calls
no test coverage detected