stopWatchShake.d.ts 190 B

12345678
  1. declare function stopWatchShake(): Promise<void>;
  2. declare namespace stopWatchShake {
  3. var version: {
  4. android: string;
  5. ios: string;
  6. };
  7. }
  8. export default stopWatchShake;