chore: update ant-design dependencies and add new icon types
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import * as React from 'react';
|
||||
export interface TransferSearchProps {
|
||||
prefixCls?: string;
|
||||
placeholder?: string;
|
||||
onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
||||
handleClear?: () => void;
|
||||
value?: string;
|
||||
disabled?: boolean;
|
||||
}
|
||||
declare const Search: React.FC<TransferSearchProps>;
|
||||
export default Search;
|
||||
Reference in New Issue
Block a user