import { CSSProperties, FC, PropsWithChildren } from 'react'; type OverlayCardBaseProps = { /** Whether the card is open or closed */ isOpen: boolean; /** Called when the overlay is clicked */ onClickOverlay?: VoidFunction; /** Style object to set on card wrapper