UNPKG

@darwish/hooks-core

Version:

3 lines (2 loc) 99 B
declare const useSyncState: <T extends object>(initialValue: T) => T; export default useSyncState;