diff --git a/.changes/dialog-export-fileresponse.md b/.changes/dialog-export-fileresponse.md new file mode 100644 index 00000000..23ccc4da --- /dev/null +++ b/.changes/dialog-export-fileresponse.md @@ -0,0 +1,5 @@ +--- +"dialog": patch +--- + +Re-export `FileResponse` interface. diff --git a/plugins/dialog/guest-js/index.ts b/plugins/dialog/guest-js/index.ts index b0e01240..d2392dc3 100644 --- a/plugins/dialog/guest-js/index.ts +++ b/plugins/dialog/guest-js/index.ts @@ -296,6 +296,7 @@ async function confirm( export type { DialogFilter, + FileResponse, OpenDialogOptions, SaveDialogOptions, MessageDialogOptions,