UNPKG

@blinkk/selective-edit

Version:
8 lines (7 loc) 161 B
/** * Throttle events using the requestAnimationFrame. */ export declare class Throttle { running: boolean; constructor(type: string, name: string); }