UNPKG

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

5 lines (3 loc) 148 B
import {type PubSub} from 'nano-pubsub' import {createContext} from 'react' export const ScrollContext = createContext<null | PubSub<Event>>(null)