Module

Next.Image

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

#StaticallyImportedImage Source

#Props_static_image Source

type Props_static_image :: Row Typetype Props_static_image = (alt :: String, className :: String, layout :: String, objectFit :: String, objectPosition :: String, placeholder :: String, quality :: Int, src :: StaticallyImportedImage)

Components

#staticImage Source

staticImage :: forall attrs attrs_. Union attrs attrs_ Props_static_image => ReactComponent { src :: StaticallyImportedImage | attrs }

#imageImpl Source

imageImpl :: forall attrs. ReactComponent attrs