/// /** * */ export interface CoverProperties { image: string; children: React.ReactNode | React.ReactNode[]; }