tauri/.changes/default-params-type.md

7 lines
233 B
Markdown
Raw Normal View History

---
"tauri": patch
---
Adds the default types used with `Builder::default()` to items that expose `Params` in their type. This allows you to
skip specifying a generic parameter to types like `Window<P>` if you use the default type.