mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 20:18:03 +08:00
类型说明补充
This commit is contained in:
parent
c3cf194553
commit
bd7930a216
@ -8,6 +8,7 @@ export interface InputBoxProps
|
||||
extends ThemeProps,
|
||||
Omit<React.DOMAttributes<HTMLInputElement>, 'prefix' | 'onChange'> {
|
||||
value?: string;
|
||||
readOnly: boolean;
|
||||
onChange?: (value: string) => void;
|
||||
onClear?: (e: React.MouseEvent<any>) => void;
|
||||
clearable?: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user