| 208 | |
| 209 | declare global { |
| 210 | interface Window { |
| 211 | StarlightThemeProvider?: { |
| 212 | updatePickers: (theme?: string) => void; |
| 213 | }; |
| 214 | __chartkitChartThemeControlBound?: boolean; |
| 215 | } |
| 216 | } |
| 217 | |
| 218 | export {}; |
nothing calls this directly
no outgoing calls
no test coverage detected