UNPKG

@apideck/file-picker

Version:

A React file picker component that works with the Apideck [File Storage API](https://developers.apideck.com/apis/file-storage/reference).

2 lines (1 loc) 78 B
export declare const useDebounce: (value: string, delay?: number) => string;