[lexical-react] Refactor: Replace React$MixedElement and React$Node with React.MixedElement and React.Node (#6984)

This commit is contained in:
Sam Zhou
2024-12-23 10:31:36 -08:00
committed by GitHub
parent c844a4dcc1
commit c415f7a09b
18 changed files with 31 additions and 31 deletions

View File

@ -18,4 +18,4 @@ declare export function TreeView(props: {
viewClassName: string,
editor: LexicalEditor,
customPrintNode?: CustomPrintNodeFn,
}): React$Node;
}): React.Node;