MCPcopy
hub / github.com/chart-kit/react-native-chart-kit / Window

Interface Window

apps/site/src/chart-theme-controls.ts:210–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208
209declare global {
210 interface Window {
211 StarlightThemeProvider?: {
212 updatePickers: (theme?: string) => void;
213 };
214 __chartkitChartThemeControlBound?: boolean;
215 }
216}
217
218export {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected