fix: api-reports
Signed-off-by: Enrico Alvarenga <enricomalvarenga@gmail.com>
This commit is contained in:
committed by
Camila Belo
parent
47c4082a0e
commit
a5da788797
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user