wip: Form升级中
This commit is contained in:
1
src/types/components.d.ts
vendored
1
src/types/components.d.ts
vendored
@@ -39,6 +39,7 @@ export interface InputComponentProps {
|
||||
size?: InputProps['size']
|
||||
prefixIcon?: string | JSX.Element | (<T>(data: T | any) => string | JSX.Element)
|
||||
suffixIcon?: string | JSX.Element | (<T>(data: T | any) => string | JSX.Element)
|
||||
type?: InputProps['type']
|
||||
rows?: number
|
||||
autosize?: boolean | { Pows?: numer; maxRows?: number }
|
||||
autocomplete?: string
|
||||
|
||||
Reference in New Issue
Block a user