mirror of
https://github.com/facebook/lexical.git
synced 2025-08-26 10:40:47 +08:00
[lexical-react] Refactor: Replace React$MixedElement
and React$Node
with React.MixedElement
and React.Node
(#6984)
This commit is contained in:
@ -18,4 +18,4 @@ declare export function TreeView(props: {
|
||||
viewClassName: string,
|
||||
editor: LexicalEditor,
|
||||
customPrintNode?: CustomPrintNodeFn,
|
||||
}): React$Node;
|
||||
}): React.Node;
|
||||
|
Reference in New Issue
Block a user