Skip to content

Commit 5e65b76

Browse files
authored
fix(core): expose PageLoadPayload struct (#1590)
1 parent 2c69f90 commit 5e65b76

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri": patch
3+
---
4+
5+
Expose `PageLoadPayload` struct.

core/tauri/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ use std::path::PathBuf;
4949
// Export types likely to be used by the application.
5050
pub use {
5151
api::config::WindowUrl,
52-
hooks::InvokeMessage,
52+
hooks::{InvokeMessage, PageLoadPayload},
5353
runtime::app::{App, Builder},
5454
runtime::webview::Attributes,
5555
runtime::window::export::Window,

0 commit comments

Comments
 (0)