fix: api-reports

Signed-off-by: Enrico Alvarenga <enricomalvarenga@gmail.com>
This commit is contained in:
Enrico Alvarenga
2023-06-22 13:56:46 -07:00
committed by Camila Belo
parent 47c4082a0e
commit a5da788797
2 changed files with 3 additions and 2 deletions
+3
View File
@@ -61,6 +61,9 @@ export type DefaultResultListItemProps = {
toggleModal?: () => void;
};
// @public
export const getSearchContextInitialStateDefaults: () => SearchContextState;
// @public (undocumented)
export const HighlightedSearchResultText: (
props: HighlightedSearchResultTextProps,
@@ -99,8 +99,6 @@ export const useSearchContextCheck = () => {
*
* Constructs an object representing the initial state default
* configuration for the SearchPage component
*
* @returns {SearchContextState}
*/
export const getSearchContextInitialStateDefaults = (): SearchContextState => ({
term: '',