UNPKG

@kiwicom/orbit-components

Version:

Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.

2 lines (1 loc) 87 B
export default function useInterval(callback: () => void, delay: number | null): void;