mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
7
types/react-dom/index.d.ts
vendored
7
types/react-dom/index.d.ts
vendored
@@ -91,11 +91,4 @@ export interface Renderer {
|
||||
container: Element | null,
|
||||
callback?: () => void
|
||||
): Component<any, ComponentState> | Element | void;
|
||||
|
||||
(
|
||||
parentComponent: Component<any> | Array<Component<any>>,
|
||||
element: SFCElement<any>,
|
||||
container: Element,
|
||||
callback?: () => void
|
||||
): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user