mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
chore(tauri) expose WebView and Handle types
This commit is contained in:
@@ -25,7 +25,7 @@ use error_chain::error_chain;
|
||||
use threadpool::ThreadPool;
|
||||
|
||||
pub use app::*;
|
||||
use web_view::{WebView, Handle};
|
||||
pub use web_view::{WebView, Handle};
|
||||
|
||||
pub use app::*;
|
||||
pub use tauri_api as api;
|
||||
|
||||
Reference in New Issue
Block a user