Module: @lexical/react/LexicalErrorBoundary
Type Aliases
LexicalErrorBoundaryProps
Ƭ LexicalErrorBoundaryProps: Object
Type declaration
| Name | Type | 
|---|---|
children | JSX.Element | 
onError | (error: Error) => void | 
Defined in
packages/lexical-react/src/LexicalErrorBoundary.tsx:12
Functions
LexicalErrorBoundary
▸ LexicalErrorBoundary(«destructured»): JSX.Element
Parameters
| Name | Type | 
|---|---|
«destructured» | LexicalErrorBoundaryProps | 
Returns
JSX.Element