mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 01:00:05 +00:00
delete redundant method
This commit is contained in:
1
types/slate/index.d.ts
vendored
1
types/slate/index.d.ts
vendored
@@ -410,7 +410,6 @@ declare class BaseNode<
|
||||
getClosestBlock(path: Path): Block | null;
|
||||
getClosestInline(path: Path): Inline | null;
|
||||
getClosestVoid(key: string | Path): Node | null;
|
||||
getClosestVoid(key: string): Node | null;
|
||||
getClosest(path: Path, iterator: (node: Node) => boolean): Node | null;
|
||||
getCommonAncestor(a: Path, b: Path): Node;
|
||||
getDecorations(editor: Editor): Immutable.List<Decoration>;
|
||||
|
||||
Reference in New Issue
Block a user