/** ***************************************** * 下一帧 ***************************************** */ declare function nextTick(): Promise; declare function nextTick(callback: () => T): Promise; declare function nextTick(callback?: () => T): Promise; /** ***************************************** * 抛出接口 ***************************************** */ export { nextTick }; //# sourceMappingURL=nextTick.d.ts.map