瀏覽代碼

Add missing doneButtonHandler type to dashboard (#2821)

Added missing type to dashboard which is present in the documentation: https://uppy.io/docs/dashboard/#doneButtonHandler

`doneButtonHandler`
Alvin Wang 4 年之前
父節點
當前提交
8c77679651
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/@uppy/dashboard/types/index.d.ts

+ 1 - 0
packages/@uppy/dashboard/types/index.d.ts

@@ -26,6 +26,7 @@ declare module Dashboard {
     disablePageScrollWhenModalOpen?: boolean
     disableStatusBar?: boolean
     disableThumbnailGenerator?: boolean
+    doneButtonHandler?: () => void
     height?: string | number
     hideCancelButton?: boolean
     hidePauseResumeButton?: boolean