wip: Form升级中

This commit is contained in:
kailong321200875
2023-04-27 09:42:22 +08:00
parent 28d1654b20
commit 89844e441d
4 changed files with 39 additions and 33 deletions

View File

@@ -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