UNPKG

@chatui/core

Version:

The React library for Chatbot UI

2 lines (1 loc) 88 B
export default function throttle(fn: Function, delay?: number): (...args: any) => void;