diff --git a/plugins/catalog-react/api-report.md b/plugins/catalog-react/api-report.md index 82f8326a17..9528c55326 100644 --- a/plugins/catalog-react/api-report.md +++ b/plugins/catalog-react/api-report.md @@ -262,6 +262,7 @@ export const EntityPeekAheadPopover: ( // @public export type EntityPeekAheadPopoverProps = PropsWithChildren<{ entityRef: string; + delayTime?: number; }>; // @public (undocumented)