UNPKG

preact

Version:

Fast 3kb React-compatible Virtual DOM library.

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