@tarojs/components
Version:
7 lines (6 loc) • 331 B
TypeScript
export declare function throttle(fn: any, threshold?: number, scope?: any): (...args: any[]) => void;
export declare function debounce(fn: any, ms?: number, scope?: any): (...args: any[]) => void;
export * from './helper';
export * from './style';
export * from './url';
export declare function isVisible(e: HTMLElement): boolean;