Module

React.Ref

#Ref

data Ref :: Type -> Type

#RefHandler

data RefHandler :: Type -> Type

#ReactInstance

#NativeNode

#fromRef

fromRef :: forall a. Ref a -> RefHandler a

#fromEffect

fromEffect :: forall a. (Ref a -> Effect Unit) -> RefHandler a

#getCurrentRef

getCurrentRef :: forall a. Ref a -> Effect (Maybe a)

#createNodeRef

Modules