UNPKG

use-flex-wrap

Version:

<div align='center'> <a> <img width='200' src="logo.jpeg" alt='logo'> </a> </div>

2 lines (1 loc) 108 B
export declare const debounce: (func: (...args: any[]) => void, delay: number) => (...args: any[]) => void;