UNPKG

@dotcms/react

Version:

Official React Components library to render a dotCMS page.

9 lines (8 loc) 286 B
/// <reference types="react" /> import { DotCMSPageContext } from '../models'; /** * The `PageContext` is a React context that provides access to the DotCMS page context. * * @category Contexts */ export declare const PageContext: import("react").Context<DotCMSPageContext | null>;