UNPKG

react-micro-modal

Version:
4 lines (3 loc) 279 B
export declare const getFocusableNodes: (element: HTMLElement) => HTMLElement[]; export declare const focusFirstNode: (element: HTMLElement) => HTMLElement | undefined; export declare const handleTabPress: (element: HTMLElement, event: KeyboardEvent) => HTMLElement | undefined;