From 6797f03690f25534f26ce757d8471bffcd12c155 Mon Sep 17 00:00:00 2001 From: djamaile Date: Thu, 6 Oct 2022 09:49:22 +0200 Subject: [PATCH] chore: add api-report Signed-off-by: djamaile --- plugins/catalog-react/api-report.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/plugins/catalog-react/api-report.md b/plugins/catalog-react/api-report.md index e8f0b0e6ee..bea429d047 100644 --- a/plugins/catalog-react/api-report.md +++ b/plugins/catalog-react/api-report.md @@ -446,6 +446,16 @@ export function getEntitySourceLocation( scmIntegrationsApi: ScmIntegrationRegistry, ): EntitySourceLocation | undefined; +// @public (undocumented) +export const GroupListPicker: (props: GroupListPickerProps) => JSX.Element; + +// @public +export type GroupListPickerProps = { + label: string; + groupTypes: Array; + defaultGroup?: string; +}; + // @public (undocumented) export function humanizeEntityRef( entityRef: Entity | CompoundEntityRef,