UNPKG

@dartbot/segment

Version:

Segmented display implementd as a vanilla Web Component

3 lines (2 loc) 178 B
export declare const throttle: (func: Function, delay: number) => (...args: any[]) => void; export declare const throttleAnimation: (func: Function) => (...args: any[]) => void;