UNPKG

smooth-scrollbar

Version:

Customize scrollbar in modern browsers with smooth scrolling experience.

5 lines (4 loc) 104 B
/** * Check if `a` is one of `[...b]` */ export declare function isOneOf(a: any, b?: any[]): boolean;