UNPKG

@wise/components-theming

Version:

Provides theming support for the Wise Design system components

8 lines 364 B
import type { ScreenMode, Theming } from './const'; export declare const ThemeContext: import("react").Context<{ theme: NonNullable<Theming["theme"]>; screenMode: ScreenMode; setTheme: (theme: NonNullable<Theming["theme"]>) => void; setScreenMode: (screenMode: ScreenMode) => void; } | undefined>; //# sourceMappingURL=ThemeProviderContext.d.ts.map