UNPKG

react-tabs-scrollable

Version:

a simple react scrollable tabs with a lot of additional features and with fully supporting of RTL mode

7 lines (6 loc) 158 B
export declare const debounce: (func: { apply: (arg0: any, arg1: any[]) => void; }, wait?: number) => { (...args: any[]): void; clear(): void; };