mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
feat(tauri): export struct tauri::ExitRequestApi (#12701)
This commit is contained in:
5
.changes/export-ExitRequestApi.md
Normal file
5
.changes/export-ExitRequestApi.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
tauri: 'minor:feat'
|
||||
---
|
||||
|
||||
Export `struct tauri::ExitRequestApi`.
|
||||
@@ -213,8 +213,8 @@ pub use self::event::{Event, EventId, EventTarget};
|
||||
use self::manager::EmitPayload;
|
||||
pub use {
|
||||
self::app::{
|
||||
App, AppHandle, AssetResolver, Builder, CloseRequestApi, RunEvent, UriSchemeContext,
|
||||
UriSchemeResponder, WebviewEvent, WindowEvent,
|
||||
App, AppHandle, AssetResolver, Builder, CloseRequestApi, ExitRequestApi, RunEvent,
|
||||
UriSchemeContext, UriSchemeResponder, WebviewEvent, WindowEvent,
|
||||
},
|
||||
self::manager::Asset,
|
||||
self::runtime::{
|
||||
|
||||
Reference in New Issue
Block a user