fix(core): re-export ClipboardManager

This commit is contained in:
Lucas Nogueira
2022-04-25 14:49:36 -03:00
parent a649aad7ad
commit 58b3f48ecb

View File

@@ -246,6 +246,10 @@ pub use {
scope::*,
};
#[cfg(feature = "clipboard")]
#[cfg_attr(doc_cfg, doc(cfg(feature = "clipboard")))]
pub use self::runtime::ClipboardManager;
/// Updater events.
#[cfg(updater)]
#[cfg_attr(doc_cfg, doc(cfg(feature = "updater")))]