Ver código fonte

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 anos atrás
pai
commit
8c77679651
1 arquivos alterados com 1 adições e 0 exclusões
  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