UNPKG

@tarojs/components

Version:
5 lines (4 loc) 245 B
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 './style'; export * from './url';