UNPKG

@shopware-ag/meteor-component-library

Version:

The meteor component library is a Vue component library developed by Shopware. It is based on the [Meteor Design System](https://shopware.design/).

2 lines (1 loc) 132 B
export declare function throttle<T extends (...args: any[]) => void>(func: T, timeFrame: number): (...args: Parameters<T>) => void;