UNPKG

beautiful-react-hooks

Version:

A collection of beautiful (and hopefully useful) React hooks to speed-up your components and hooks development

3 lines (2 loc) 139 B
declare const useObjectState: <TState>(initialState: TState) => [TState, (state: Partial<TState>) => void]; export default useObjectState;