4 lines
153 B
Plaintext
4 lines
153 B
Plaintext
export function setupRerender(): () => void;
|
|
export function act(callback: () => void | Promise<void>): Promise<void>;
|
|
export function teardown(): void;
|