Stone.js API
Docs
Home
Preparing search index...
stone-js-use-react-core/src/declarations
IPageLayout
Interface IPageLayout
Represents a Page layout.
interface
IPageLayout
{
head
?:
()
=>
Promiseable
<
HeadContext
>
;
render
:
(
context
:
any
)
=>
ReactNode
;
}
Index
Properties
head?
render
Properties
Optional
head
head
?:
()
=>
Promiseable
<
HeadContext
>
render
render
:
(
context
:
any
)
=>
ReactNode
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
head
render
Docs
Home
Stone.js API
Loading...
Represents a Page layout.