sanity
Version:
Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches
18 lines (15 loc) • 421 B
text/typescript
import {
type TrackerContextGetSnapshot,
type TrackerContextStore,
} from '../../components/react-track-elements'
import {type FieldPresenceData} from '../types'
/**
* @internal
* @hidden
*/
export type PresenceTrackerContextStoreType = TrackerContextStore<FieldPresenceData> | null
/**
* @internal
* @hidden
*/
export type PresenceTrackerGetSnapshotType = TrackerContextGetSnapshot<FieldPresenceData> | null