UNPKG

@ssgoi/core

Version:

Core animation engine for SSGOI - Native app-like page transitions with spring physics

7 lines 257 B
/** * Delays execution for a specified amount of milliseconds * @param ms - Milliseconds to wait * @returns Promise that resolves after the specified delay */ export declare const sleep: (ms: number) => Promise<void>; //# sourceMappingURL=sleep.d.ts.map