File size: 153 Bytes
e8a57cb
 
 
1
2
3
4
export function setupRerender(): () => void;
export function act(callback: () => void | Promise<void>): Promise<void>;
export function teardown(): void;