export interface SidePeekProps { handleClose: (isOpen: boolean) => void activeSidePeek: string | null }