chore: add api-report

Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
djamaile
2022-10-06 09:49:22 +02:00
parent bcc4686e36
commit 6797f03690
+10
View File
@@ -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<string>;
defaultGroup?: string;
};
// @public (undocumented)
export function humanizeEntityRef(
entityRef: Entity | CompoundEntityRef,