Module

React.Aria.Focus

Package
purescript-react-aria
Repository
rowtype-yoga/purescript-react-aria

#focusRingImpl Source

focusRingImpl :: forall props. ReactComponent (Record props)

#focusScopeImpl Source

focusScopeImpl :: forall props. ReactComponent (Record props)

#UseFocusRing Source

data UseFocusRing t0

#UseFocusRingResult Source

type UseFocusRingResult = { focusProps :: { onBlur :: EventHandler, onFocus :: EventHandler }, isFocusVisible :: Boolean, isFocused :: Boolean }

#UseFocusRingInput Source

type UseFocusRingInput = { autoFocus :: Boolean, isTextInput :: Boolean, within :: Boolean }