UNPKG

@kadconsulting/dry

Version:
5 lines (4 loc) 343 B
/// <reference types="react" /> import { type ThemeContextValue, type ThemeProviderProps } from './types'; export declare const ThemeContext: import("react").Context<ThemeContextValue | undefined>; export declare const ThemeProvider: ({ themes, children, overrides, selector, }: ThemeProviderProps) => import("react/jsx-runtime").JSX.Element;