vite-pages-theme-doc
Version:
A document theme for vite-plugin-react-pages.
8 lines • 474 B
TypeScript
/// <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