UNPKG

@smartinvoicexyz/hooks

Version:

Unified source for React hooks used across the Smart Invoice protocol.

2 lines (1 loc) 70 B
export declare const useDebounce: (value: any, delay: number) => any;