Przeglądaj źródła

Add trigger field

Artyom Bochkarev 6 lat temu
rodzic
commit
6f0e5d7f77
1 zmienionych plików z 1 dodań i 0 usunięć
  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;
   uppy: Uppy;
   inline?: boolean;
   inline?: boolean;
   plugins?: Array<string>;
   plugins?: Array<string>;
+  trigger?: string;
   width?: number;
   width?: number;
   height?: number;
   height?: number;
   showProgressDetails?: boolean;
   showProgressDetails?: boolean;