Module

HeroUI.VisuallyHidden

Package
purescript-yoga-heroui
Repository
rowtype-yoga/purescript-yoga-heroui

#VisuallyHiddenProps Source

type VisuallyHiddenProps :: Row Type -> Row Typetype VisuallyHiddenProps r = (className :: String, elementType :: String | r)

#visuallyHidden Source

visuallyHidden :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (VisuallyHiddenProps ())) => Record givenProps -> kids -> JSX