UNPKG

are-message

Version:

This is a React global notification message component. It is a standalone implementation of the are-visual message component.

3 lines (2 loc) 98 B
declare function timeout(callback: () => void, duration: number): number; export default timeout;