mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 05:28:37 +08:00
This commit is contained in:
parent
21ef418438
commit
2fa6874bac
@ -6,7 +6,7 @@ import {Icon} from './icons';
|
||||
|
||||
export interface InputBoxProps
|
||||
extends ThemeProps,
|
||||
Omit<React.InputHTMLAttributes<HTMLInputElement>, 'prefix' | 'onChange'> {
|
||||
Omit<React.DOMAttributes<HTMLInputElement>, 'prefix' | 'onChange'> {
|
||||
value?: string;
|
||||
onChange?: (value: string) => void;
|
||||
onClear?: (e: React.MouseEvent<any>) => void;
|
||||
|
Loading…
Reference in New Issue
Block a user