mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-07 19:59:00 +08:00
Merge pull request #17813 from thiagolacerda/undomanager
[TinyMCE] Add ignore method to UndoManager
This commit is contained in:
2
types/tinymce/index.d.ts
vendored
2
types/tinymce/index.d.ts
vendored
@@ -669,6 +669,8 @@ export interface UndoManager {
|
||||
|
||||
hasUndo(): boolean;
|
||||
|
||||
ignore(callback: () => void): void;
|
||||
|
||||
redo(): {};
|
||||
|
||||
transact(callback: () => void): {};
|
||||
|
||||
Reference in New Issue
Block a user