inputEvent.d.ts 114 B

12
  1. /// <reference types="./types" />
  2. export declare const inputEvent: (vditor: IVditor, event?: InputEvent) => void;