Parcourir la source

Add trigger field

Artyom Bochkarev il y a 6 ans
Parent
commit
6f0e5d7f77
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;