| | |
| | | type: BooleanConstructor; |
| | | value?: boolean; |
| | | }; |
| | | clearTrigger?: { |
| | | type: StringConstructor; |
| | | value?: 'always' | 'focus'; |
| | | }; |
| | | clearable?: { |
| | | type: BooleanConstructor; |
| | | value?: boolean; |
| | |
| | | cursor: { |
| | | type: NumberConstructor; |
| | | value?: number; |
| | | required?: boolean; |
| | | }; |
| | | cursorSpacing?: { |
| | | type: NumberConstructor; |
| | |
| | | placeholderStyle: { |
| | | type: StringConstructor; |
| | | value?: string; |
| | | required?: boolean; |
| | | }; |
| | | readonly?: { |
| | | type: BooleanConstructor; |
| | | value?: boolean; |
| | | }; |
| | | resultList?: { |
| | | type: ArrayConstructor; |
| | |
| | | shape?: { |
| | | type: StringConstructor; |
| | | value?: 'square' | 'round'; |
| | | }; |
| | | style?: { |
| | | type: StringConstructor; |
| | | value?: string; |
| | | }; |
| | | type?: { |
| | | type: StringConstructor; |