Browse Source

Merge pull request #1331 from bochkarev-artem/master

Add trigger field
Artur Paikin 6 years ago
parent
commit
f4ad909990
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/@uppy/react/src/Dashboard.d.ts

+ 1 - 0
packages/@uppy/react/src/Dashboard.d.ts

@@ -10,6 +10,7 @@ export interface DashboardProps {
   uppy: Uppy;
   inline?: boolean;
   plugins?: Array<string>;
+  trigger?: string;
   width?: number;
   height?: number;
   showProgressDetails?: boolean;