Files
blog-vue/public/vditor/ts/ir/index.d.ts
2025-11-12 14:39:23 +08:00

14 lines
309 B
TypeScript

/// <reference types="./types" />
declare class IR {
range: Range;
element: HTMLPreElement;
processTimeoutId: number;
hlToolbarTimeoutId: number;
composingLock: boolean;
preventInput: boolean;
constructor(vditor: IVditor);
private copy;
private bindEvent;
}
export { IR };