UNPKG

use-boolean-state

Version:

React hook providing functions for boolean state handling

3 lines (2 loc) 172 B
export declare const useBooleanState: (initialState: boolean) => [boolean, () => void, () => void, () => void, (state: boolean) => void]; export default useBooleanState;