UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

12 lines (11 loc) 331 B
import * as React from 'react'; export interface TransferSearchProps { prefixCls?: string; placeholder?: string; onChange?: (e: React.FormEvent<HTMLElement>) => void; handleClear?: () => void; value?: string; disabled?: boolean; } declare const Search: React.FC<TransferSearchProps>; export default Search;