UNPKG

@ozen-ui/kit

Version:

React component library

7 lines (6 loc) 204 B
import type { KeyboardEvent } from 'react'; export type FocusProps = { 'data-focus-list': string; onKeyDown: (event: KeyboardEvent) => void; }; export declare function useFocusList(): FocusProps;