Table of contents
interface TLErrorBoundaryProps {}

Properties

children

children: React.ReactNode

fallback

fallback: TLErrorFallbackComponent

onError

onError?: ((error: unknown) => void) | null

TLEditorSnapshotTLEventHandlers