@@ -3,12 +3,13 @@
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
/// <reference types="react" />
|
||||
|
||||
import { GroupEntity } from '@backstage/catalog-model';
|
||||
import { default as React_2 } from 'react';
|
||||
|
||||
// @public (undocumented)
|
||||
export const GroupListPicker: (props: GroupListPickerProps) => JSX.Element;
|
||||
export const GroupListPicker: (
|
||||
props: GroupListPickerProps,
|
||||
) => React_2.JSX.Element;
|
||||
|
||||
// @public
|
||||
export type GroupListPickerProps = {
|
||||
|
||||
Reference in New Issue
Block a user