UNPKG

@airplane/views

Version:

A React library for building Airplane views. Views components are optimized in style and functionality to produce internal apps that are easy to build and maintain.

2 lines (1 loc) 112 B
export declare function useAsyncDebounce(defaultFn: any, defaultWait?: number): (...args: any) => Promise<any>;