UNPKG

vite-pages-theme-doc

Version:
8 lines 474 B
/// <reference types="react" /> import type { ThemeConfig, ThemeContextValue } from '.'; import type { ThemeProps } from 'vite-plugin-react-pages/clientTypes'; export declare const themeConfigCtx: import("react").Context<ThemeConfig>; export declare const themePropsCtx: import("react").Context<ThemeProps>; export declare const themeCtx: import("react").Context<ThemeContextValue>; export declare function useThemeCtx(): ThemeContextValue; //# sourceMappingURL=ctx.d.ts.map