UNPKG

@sanity/preview-kit

Version:

General purpose utils for live content and visual editing

13 lines (12 loc) 315 B
import { useIsEnabled, useLiveQuery } from "./_chunks-es/hooks.js"; import { lazy } from "react"; const LiveQueryProvider = lazy( () => import("./_chunks-es/LiveQueryProvider.js") ); export { LiveQueryProvider, LiveQueryProvider as default, useIsEnabled, useLiveQuery }; //# sourceMappingURL=index.js.map