UNPKG

@wise/components-theming

Version:

Provides theming support for the Wise Design system components

8 lines 374 B
import { PropsWithChildren } from 'react'; import type { Theming } from './const'; type ThemeProviderProps = PropsWithChildren<Theming> & { className?: string; }; export declare const ThemeProvider: ({ theme, screenMode, isNotRootProvider, children, className, }: ThemeProviderProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=ThemeProvider.d.ts.map