SingleInputProps
SingleInputProps: { child?: undefined | { component: any; props: any }; className?: undefined | string; defaultValue: any; otherProps?: any; parents: Array<string>; placeholder?: undefined | string; type: string }
Type declaration
-
Optional child?: undefined | { component: any; props: any }
-
Optional className?: undefined | string
-
defaultValue: any
-
Optional otherProps?: any
-
parents: Array<string>
-
Optional placeholder?: undefined | string
-
type: string
Similar to ListProps