ソースを参照

add capture function to index.d.ts file

Qrymy 6 年 前
コミット
9e6499d985
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      src/index.d.ts

+ 1
- 0
src/index.d.ts ファイルの表示

75
     }
75
     }
76
 
76
 
77
     export default class ViewShot extends Component<ViewShotProperties> {
77
     export default class ViewShot extends Component<ViewShotProperties> {
78
+        capture?(): Promise<string>;
78
     }
79
     }
79
 
80
 
80
     /**
81
     /**