UNPKG

@fluentui/react-northstar

Version:
6 lines (5 loc) 222 B
import * as React from 'react'; /** * Checks if `preventDefault()` should be called for a passed keyboard event. */ export declare function shouldPreventDefaultOnKeyDown(e: KeyboardEvent | React.KeyboardEvent): boolean;