UNPKG

xtreme-ui

Version:

Collection of reusable components that can be used in web projects

5 lines 329 B
import { TThemeInitialType, TThemeProviderProps } from './types'; declare const ThemeContext: import('react').Context<TThemeInitialType>; declare const ThemeProvider: ({ children }: TThemeProviderProps) => import("react/jsx-runtime").JSX.Element; export { ThemeProvider, ThemeContext }; //# sourceMappingURL=ThemeContext.d.ts.map