import type { ReactNode } from 'react'; export type FadePopupProps = { isOpen: boolean; children: ReactNode; };