UNPKG

react-redux

Version:

Official React bindings for Redux

6 lines (5 loc) 345 B
import type { useSyncExternalStore } from 'use-sync-external-store'; import type { useSyncExternalStoreWithSelector } from 'use-sync-external-store/with-selector'; export declare const notInitialized: () => never; export declare type uSES = typeof useSyncExternalStore; export declare type uSESWS = typeof useSyncExternalStoreWithSelector;