Module
Next.Document
- Package
- purescript-nextjs
- Repository
- rowtype-yoga/purescript-nextjs
#Props_html Source
type Props_html :: Row Type
type Props_html = (children :: Array JSX)
Components
#_html Source
_html :: forall attrs. ReactComponent attrs
#Props_head Source
type Props_head :: Row Type
type Props_head = (children :: Array JSX, crossOrigin :: String, nonce :: String)
#_head Source
_head :: forall attrs. ReactComponent attrs
#Props_main Source
type Props_main :: Row Type
type Props_main = (children :: Array JSX)
#_main Source
_main :: forall attrs. ReactComponent attrs
#Props_nextScript Source
type Props_nextScript :: Row Type
type Props_nextScript = (children :: Array JSX, crossOrigin :: String, nonce :: String)
#nextScript Source
nextScript :: forall attrs attrs_. Union attrs attrs_ Props_nextScript => Record attrs -> JSX
#_nextScript Source
_nextScript :: forall attrs. ReactComponent attrs
#unsafeDocument Source
unsafeDocument :: forall props. ReactComponent props -> Effect (ReactComponent props)
Document