UNPKG

lorehub

Version:

Capture and surface the collective wisdom of your codebase

9 lines 298 B
import React from 'react'; interface ErrorMessageProps { error: Error | string; context?: string; suggestions?: string[]; } export declare function ErrorMessage({ error, context, suggestions }: ErrorMessageProps): React.JSX.Element; export {}; //# sourceMappingURL=ErrorMessage.d.ts.map