UNPKG

@ozen-ui/kit

Version:

React component library

4 lines (3 loc) 213 B
import type { KeyboardEvent as ReactKeyboardEvent } from 'react'; import type { KeyCode } from '../types/KeyCode'; export declare const isKey: (event: KeyboardEvent | ReactKeyboardEvent, key: KeyCode) => boolean;