amis-rpc-design/node_modules/react-redux/es/utils/useSyncExternalStore.d.ts
2023-10-07 19:42:30 +08:00

6 lines
340 B
TypeScript

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;