chore: updating props api-report

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-01-18 08:21:16 +01:00
parent c56c70cf7b
commit ab81d5766b
+3 -6
View File
@@ -147,12 +147,9 @@ export const OwnerPickerFieldExtension: () => null;
// Warning: (ae-missing-release-tag) "RepoUrlPicker" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const RepoUrlPicker: ({
uiSchema,
onChange,
rawErrors,
formData,
}: FieldExtensionComponentProps<string, RepoUrlPickerUiOptions>) => JSX.Element;
export const RepoUrlPicker: (
props: FieldExtensionComponentProps<string, RepoUrlPickerUiOptions>,
) => JSX.Element;
// Warning: (ae-missing-release-tag) "RepoUrlPickerFieldExtension" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//