• Component used to render a standard page within the system. Typically this should be used for all pages inside of a block.

    When new pages are being worked on, consider adding them to Page as a new page type so they can be reused across the system.

    Parameters

    • props: PageProps
    • Optional context: any

    Returns null | ReactElement<any, any>

Properties

contextTypes?: ValidationMap<any>
defaultProps?: Partial<PageProps>
displayName?: string
propTypes?: WeakValidationMap<PageProps>

Generated using TypeDoc