Type Alias: ErrorBoundaryProps
ts
type ErrorBoundaryProps = PropsWithChildren<{
fallback?: ReactNode;
hideError?: boolean;
id?: string;
name?: string;
onError?: void;
}>;Defined in: src/betterdiscord/ui/errorboundary.tsx:7