Explorar el Código

add capture function to index.d.ts file

Qrymy hace 6 años
padre
commit
9e6499d985
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/index.d.ts

+ 1
- 0
src/index.d.ts Ver fichero

@@ -75,6 +75,7 @@ declare module 'react-native-view-shot' {
75 75
     }
76 76
 
77 77
     export default class ViewShot extends Component<ViewShotProperties> {
78
+        capture?(): Promise<string>;
78 79
     }
79 80
 
80 81
     /**