UNPKG

@flexis/ui

Version:

Styleless React Components

8 lines 287 B
/** * Decortor for throttlify class method. * @param delay - Throttle delay in ms. * @param noTrailing - No trailing call. * @return Method decorator. */ export declare function Throttle(delay: number, noTrailing?: boolean): MethodDecorator; //# sourceMappingURL=Throttle.d.ts.map