Interface: IPageLayout
Interface: IPageLayout
Represents a Page layout.
Properties
head()?
optional head: () => Promiseable<HeadContext>;
Returns
Promiseable
<HeadContext
>
render()
render: (context) => ReactNode;
Parameters
context
any
Returns
ReactNode