UNPKG

yg-my-lib

Version:

这是一个测试的库,未正式使用

5 lines (4 loc) 115 B
import { InputProps } from 'antd'; export interface IDebounceInputProps extends InputProps { delay?: number; }