feat(dialog): Re-export FileResponse (#837)

closes #835
This commit is contained in:
Fabian-Lars
2023-12-19 14:35:53 +01:00
committed by GitHub
parent b1c6a7885e
commit 7c59e3785b
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"dialog": patch
---
Re-export `FileResponse` interface.
+1
View File
@@ -296,6 +296,7 @@ async function confirm(
export type {
DialogFilter,
FileResponse,
OpenDialogOptions,
SaveDialogOptions,
MessageDialogOptions,