UNPKG

react-instantsearch-core

Version:
5 lines (4 loc) 307 B
import type { PromiseWithState } from './wrapPromiseWithState'; import type { MutableRefObject } from 'react'; export type InstantSearchRSCContextApi = MutableRefObject<PromiseWithState<void> | null> | null; export declare const InstantSearchRSCContext: import("react").Context<InstantSearchRSCContextApi>;