UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

2 lines (1 loc) 129 B
export declare const debounce: (delay: number) => <T>(_target: T, _propertyKey: string, descriptor: PropertyDescriptor) => void;