React hook to store a boolean
npm i @hooks/boolean
useBoolean(initialValue: boolean): [boolean, (nextValue?: boolean) => void]
The initial state for the value.
Returns an array containing the value and a function to update it.
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
React hook to store a boolean
npm i @hooks/boolean
useBoolean(initialValue: boolean): [boolean, (nextValue?: boolean) => void]
The initial state for the value.
Returns an array containing the value and a function to update it.