xtreme-ui
Version:
Collection of reusable components that can be used in web projects
5 lines • 386 B
TypeScript
import { TThemeInitialType, TThemeProviderProps } from './types';
declare const ThemeContext: import('../../../../node_modules/.pnpm/react@19.2.3/node_modules/react').Context<TThemeInitialType>;
declare const ThemeProvider: ({ children }: TThemeProviderProps) => import("react/jsx-runtime").JSX.Element;
export { ThemeProvider, ThemeContext };
//# sourceMappingURL=ThemeContext.d.ts.map