/** * CdrCaption component properties */ export type CdrCaptionProps = { /** Sets the string content for the description body of the caption */ summary?: string; /** Sets the string content for attribution */ credit?: string; };