control.d.ts 241 B

123456
  1. /**
  2. * This file should contain behavior for arrow keys as described here:
  3. * https://w3c.github.io/uievents-code/#key-controlpad-section
  4. */
  5. import { behaviorPlugin } from '../types';
  6. export declare const keydownBehavior: behaviorPlugin[];