index.d.ts 440 B

12345678
  1. import { behaviorPlugin } from '../types';
  2. export declare const replaceBehavior: behaviorPlugin[];
  3. export declare const preKeydownBehavior: behaviorPlugin[];
  4. export declare const keydownBehavior: behaviorPlugin[];
  5. export declare const keypressBehavior: behaviorPlugin[];
  6. export declare const preKeyupBehavior: behaviorPlugin[];
  7. export declare const keyupBehavior: behaviorPlugin[];
  8. export declare const postKeyupBehavior: behaviorPlugin[];