/// export interface SpoilerProps extends React.DetailsHTMLAttributes { title: string; openedByDefault?: boolean; }