HomePageSearchBarProps
Home > @backstage/plugin-search
> HomePageSearchBarProps
Props for HomePageSearchBar().
Signature:
export type HomePageSearchBarProps = Partial<Omit<SearchBarBaseProps, 'onChange' | 'onSubmit'>>;
References: SearchBarBaseProps