Interface: FocusGroupContainerProps
Defined in: packages/sdk/src/use-focus-group.ts:67
Props useFocusGroup returns for the group container — spread onto the element wrapping the items.
Properties
onBlur
ts
onBlur: (e) => void;Defined in: packages/sdk/src/use-focus-group.ts:68
Parameters
e
FocusEvent
Returns
void