UNPKG

332 BTypeScriptView Raw
1/**
2 * Inlined into the react-router repo since use-sync-external-store does not
3 * provide a UMD-compatible package, so we need this to be able to distribute
4 * UMD react-router bundles
5 */
6import { useSyncExternalStore as server } from "./useSyncExternalStoreShimServer";
7export declare const useSyncExternalStore: typeof server;