diff --git a/types/react-dom/index.d.ts b/types/react-dom/index.d.ts index 19c842f5a2..1af1647a3b 100644 --- a/types/react-dom/index.d.ts +++ b/types/react-dom/index.d.ts @@ -91,11 +91,4 @@ export interface Renderer { container: Element | null, callback?: () => void ): Component | Element | void; - - ( - parentComponent: Component | Array>, - element: SFCElement, - container: Element, - callback?: () => void - ): void; }