chore: Fix changeset spelling and generate api reports
Signed-off-by: Mathias Bronner <mathiasbronner@gmail.com>
This commit is contained in:
committed by
Mathias Bronner
parent
42469cf14e
commit
4cb5066828
@@ -12,6 +12,7 @@ export const GroupListPicker: (props: GroupListPickerProps) => JSX.Element;
|
||||
|
||||
// @public
|
||||
export type GroupListPickerProps = {
|
||||
defaultValue?: string;
|
||||
placeholder?: string;
|
||||
groupTypes?: Array<string>;
|
||||
onChange: (value: GroupEntity | undefined) => void;
|
||||
|
||||
Reference in New Issue
Block a user