UNPKG

@ima/react-page-renderer

Version:

IMA.js React page renderer.

11 lines 294 B
import { PageContextType } from '../PageContext'; /** * Provides direct access to IMA Page context. * * @example * const pageContext = usePageContext(); * * @returns App page context. */ export declare function usePageContext(): PageContextType; //# sourceMappingURL=pageContext.d.ts.map