소스 검색

Merge pull request #184 from Qrymy/fix/ts-definition

add capture() definition to index.d.ts
Gaëtan Renaudeau 6 년 전
부모
커밋
322de51607
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/index.d.ts

+ 1
- 0
src/index.d.ts 파일 보기

@@ -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
     /**