UNPKG

@vergiss/chooks

Version:
3 lines (2 loc) 96 B
declare function useToggle(initialValue: boolean): [boolean, () => void]; export { useToggle };