UNPKG

476 BTypeScriptView Raw
1import { BiTypedDecorator2 } from './factory';
2import { ThrottleOptions } from './shared';
3export declare const Throttle: BiTypedDecorator2<number, ThrottleOptions>;
4export declare const ThrottleGetter: BiTypedDecorator2<number, ThrottleOptions>;
5export declare const ThrottleSetter: BiTypedDecorator2<number, ThrottleOptions>;
6export { Throttle as throttle };
7export { ThrottleGetter as throttleGetter };
8export { ThrottleSetter as throttleSetter };
9export default Throttle;