UNPKG

@types/use-sync-external-store

Version:
6 lines (5 loc) 192 B
export function useSyncExternalStore<Snapshot>( subscribe: (onStoreChange: () => void) => () => void, getSnapshot: () => Snapshot, getServerSnapshot?: () => Snapshot, ): Snapshot;