character.d.ts 185 B

12345
  1. /**
  2. * This file should cover the behavior for keys that produce character input
  3. */
  4. import { behaviorPlugin } from '../types';
  5. export declare const keypressBehavior: behaviorPlugin[];