chore: run api-report again

Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
djamaile
2022-10-06 14:35:07 +02:00
parent aa2676dcbe
commit 3bc5d044f8
+1 -1
View File
@@ -451,7 +451,7 @@ export const GroupListPicker: (props: GroupListPickerProps) => JSX.Element;
// @public
export type GroupListPickerProps = {
label: string;
placeholder: string;
groupTypes: Array<string>;
defaultGroup?: string;
};