pub type CopyDropDownMenuItem = DropDownMenuItem<ExportFile>;
pub enum CopyDropDownMenuItem { Option(ExportFile), OptGroup(Cow<'static, str>, Vec<ExportFile>), }