@nfdi4plants/arc-web-view
Version:
An Annotated Research Context web viewer in the style of GitHub's Primer ProductUI.
5 lines (4 loc) • 351 B
TypeScript
import { FileCacheContextType, SearchCacheContextType } from './util/types';
export declare const FileCacheContext: import('react').Context<FileCacheContextType | undefined>;
export declare const SearchCacheContext: import('react').Context<SearchCacheContextType | undefined>;
export declare const useSearchCacheContext: () => SearchCacheContextType;