UNPKG

@nayan-ui/react

Version:

Reusable Component Library for ReactJS.

23 lines 800 B
export declare enum ThresholdUnits { Pixel = "Pixel", Percent = "Percent" } export declare const isWindowDefined: () => boolean; export declare function parseThreshold(scrollThreshold: string | number): any; export declare const throttle: (delay: number, callback: (...args: any[]) => any, options?: { noTrailing?: boolean; noLeading?: boolean; debounceMode?: boolean; }) => { (...arguments_: any): void; cancel: (options: any) => void; }; export declare const debounce: (delay: number, callback: () => any, options?: { atBegin?: boolean; }) => { (...arguments_: any): void; cancel: (options: any) => void; }; export declare const reactSelectTheme: (theme: any) => any; export declare const reactSelectCustomClassNames: any; //# sourceMappingURL=Utils.d.ts.map