UNPKG

@yext/search-headless

Version:

A library for powering UI components for Yext Search integrations

11 lines 208 B
/** * Maintains the status of the latest search. * * @public */ export interface SearchStatusState { /** * Whether a search is currently loading or has finished loading. */ isLoading?: boolean }