mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Add draft-js missing ReactElement generic type argument
This commit is contained in:
Vendored
+1
-1
@@ -623,7 +623,7 @@ declare namespace Draft {
|
||||
|
||||
interface DraftBlockRenderConfig {
|
||||
element: string;
|
||||
wrapper?: React.ReactElement;
|
||||
wrapper?: React.ReactNode;
|
||||
}
|
||||
|
||||
class EditorState extends Record {
|
||||
|
||||
Reference in New Issue
Block a user