export type ModalHookAPI = [boolean, (isOpen: boolean) => void, () => void];