Update API report.

Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
This commit is contained in:
Aramis Sennyey
2023-02-08 11:16:20 -05:00
parent 8fbc10c1f8
commit cdaf09ee40
+1 -4
View File
@@ -66,10 +66,7 @@ export enum Direction {
// @public
export const EntityCatalogGraphCard: (
props: Omit<
EntityRelationsGraphProps,
'className' | 'onNodeClick' | 'rootEntityNames'
> & {
props: Partial<EntityRelationsGraphProps> & {
variant?: InfoCardVariants | undefined;
height?: number | undefined;
title?: string | undefined;