소스 검색
Merge pull request #184 from Qrymy/fix/ts-definition
add capture() definition to index.d.ts
Gaëtan Renaudeau
6 년 전
No account linked to committer's email address
|
@@ -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
|
/**
|