index.d.ts 332 B

1234567
  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. */
  6. import { useSyncExternalStore as server } from "./useSyncExternalStoreShimServer";
  7. export declare const useSyncExternalStore: typeof server;