UNPKG

@wise/components-theming

Version:

Provides theming support for the Wise Design system components

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