Updated api-report.md

Signed-off-by: Bogdan Nechyporenko <bnechyporenko@bol.com>
This commit is contained in:
Bogdan Nechyporenko
2023-10-24 00:17:20 +02:00
parent f28c11743a
commit 26f4cf90d1
+1
View File
@@ -384,6 +384,7 @@ export type ErrorPanelClassKey = 'text' | 'divider';
export type ErrorPanelProps = {
error: Error;
defaultExpanded?: boolean;
titleFormat?: string;
title?: string;
};