Warp/node_modules/preact/test-utils/src/index.d.ts

4 lines
153 B
TypeScript
Raw Normal View History

2024-01-05 12:14:38 +00:00
export function setupRerender(): () => void;
export function act(callback: () => void | Promise<void>): Promise<void>;
export function teardown(): void;