SharedMediaProps
type SharedMediaProps = { children: ReactNode; className: string; controls: boolean; height: string; mimeType: string; requireInteraction: boolean; style: CSSProperties; width: string;};
type SharedMediaProps = { children: ReactNode; className: string; controls: boolean; height: string; mimeType: string; requireInteraction: boolean; style: CSSProperties; width: string;};