react custom hookuseBooleanimport {useState, useCallback} from 'react';
type BooleanHook = [boolean, () => void, () =>
2022-08-23