UNPKG

yg-my-lib

Version:

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

3 lines (2 loc) 143 B
import { IDebounceInputProps } from './type'; export declare const DebounceInput: (props: IDebounceInputProps) => import("react").JSX.Element;