mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix(core): re-export ClipboardManager
This commit is contained in:
@@ -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")))]
|
||||
|
||||
Reference in New Issue
Block a user