UNPKG

@dkluge/image-editor

Version:

A powerful React image editor component with crop, filter, annotate, and sticker features

4 lines 317 B
export declare const measurePerformance: (name: string, fn: () => void) => void; export declare const debounce: <T extends (...args: any[]) => void>(func: T, wait: number) => T; export declare const throttle: <T extends (...args: any[]) => void>(func: T, limit: number) => T; //# sourceMappingURL=performance.d.ts.map