UNPKG

@stackoverfloweth/prefect-design

Version:

A collection of low-level Vue components.

3 lines (2 loc) 109 B
import { Key } from '../types'; export declare function isKeyEvent(key: Key, event: KeyboardEvent): boolean;