UNPKG

@capgeminiuk/dcx-react-library

Version:

[![CircleCI](https://circleci.com/gh/Capgemini/dcx-react-library.svg?style=svg)](https://circleci.com/gh/Capgemini/dcx-react-library)

2 lines (1 loc) 112 B
export declare const debounce: (func: (args: any) => void, time: number | undefined) => (...args: any) => void;