UNPKG

@testing-library/react-hooks

Version:

Simple and complete React hooks testing utilities that encourage good testing practices.

5 lines (4 loc) 120 B
declare class TimeoutError extends Error { constructor(util: Function, timeout: number); } export { TimeoutError };