UNPKG

svelte-tabs-scrollable

Version:

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

5 lines (4 loc) 104 B
export function debounce(func: any, wait?: number): { (...args: any[]): void; clear(): void; };