update api-report

Signed-off-by: Anders Näsman <andersn@spotify.com>
This commit is contained in:
Anders Näsman
2022-06-03 13:58:06 +02:00
committed by Eric Peterson
parent 8809159148
commit 8c2b28708f
+3 -2
View File
@@ -13,6 +13,7 @@ import { ReactElement } from 'react';
import { ReactNode } from 'react';
import { RouteRef } from '@backstage/core-plugin-api';
import { SearchAutocompleteFilterProps as SearchAutocompleteFilterProps_2 } from '@backstage/plugin-search-react';
import { SearchBarBaseProps as SearchBarBaseProps_2 } from '@backstage/plugin-search-react';
import { SearchFilterComponentProps as SearchFilterComponentProps_2 } from '@backstage/plugin-search-react';
import { SearchResultProps } from '@backstage/plugin-search-react';
@@ -66,11 +67,11 @@ export type FiltersState = {
// @public (undocumented)
export const HomePageSearchBar: ({
...props
}: Partial<Omit<SearchBarBaseProps, 'onChange' | 'onSubmit'>>) => JSX.Element;
}: Partial<Omit<SearchBarBaseProps_2, 'onChange' | 'onSubmit'>>) => JSX.Element;
// @public
export type HomePageSearchBarProps = Partial<
Omit<SearchBarBaseProps, 'onChange' | 'onSubmit'>
Omit<SearchBarBaseProps_2, 'onChange' | 'onSubmit'>
>;
// @public (undocumented)