From dba58584c381bab05aa6dd9c6985f06e591c7466 Mon Sep 17 00:00:00 2001 From: Oliver Sand Date: Thu, 2 Sep 2021 10:50:39 +0200 Subject: [PATCH] Update api report Signed-off-by: Oliver Sand --- plugins/search/api-report.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/search/api-report.md b/plugins/search/api-report.md index 2cdac79cad..03c24609e2 100644 --- a/plugins/search/api-report.md +++ b/plugins/search/api-report.md @@ -143,6 +143,11 @@ export const SearchResult: ({ children: (results: { results: SearchResult_2[] }) => JSX.Element; }) => JSX.Element; +// Warning: (ae-missing-release-tag) "SearchResultPager" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export const SearchResultPager: () => JSX.Element; + // Warning: (ae-forgotten-export) The symbol "SearchTypeProps" needs to be exported by the entry point index.d.ts // Warning: (ae-missing-release-tag) "SearchType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) //