From 8cb6ca37aa6743c91ee2fc99a179e87449cc2876 Mon Sep 17 00:00:00 2001 From: Sebastian Greaves Date: Wed, 12 Dec 2018 12:28:17 +0000 Subject: [PATCH] delete redundant method --- types/slate/index.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/types/slate/index.d.ts b/types/slate/index.d.ts index 569e2f5835..2538bea6f9 100644 --- a/types/slate/index.d.ts +++ b/types/slate/index.d.ts @@ -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;