Module

Next.Document

Package
purescript-nextjs
Repository
rowtype-yoga/purescript-nextjs

#Props_html Source

type Props_html :: Row Typetype Props_html = (children :: Array JSX)

Components

#html Source

html :: forall attrs attrs_. Union attrs attrs_ Props_html => Record attrs -> JSX

#_html Source

_html :: forall attrs. ReactComponent attrs

#Props_head Source

type Props_head :: Row Typetype Props_head = (children :: Array JSX, crossOrigin :: String, nonce :: String)

#head Source

head :: forall attrs attrs_. Union attrs attrs_ Props_head => Record attrs -> JSX

#_head Source

_head :: forall attrs. ReactComponent attrs

#Props_main Source

type Props_main :: Row Typetype Props_main = (children :: Array JSX)

#main Source

main :: forall attrs attrs_. Union attrs attrs_ Props_main => Record attrs -> JSX

#_main Source

_main :: forall attrs. ReactComponent attrs

#Props_nextScript Source

type Props_nextScript :: Row Typetype 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