hoverBaseInputStyle

An object of type BaseInputStyle that defines the style of the input element when it is being hovered over.

focusBaseInputStyle

An object of type BaseInputStyle that defines the style of the input element when it has focus.

placeholderBaseInputStyle

An object of type BaseInputStyle that defines the style of the input element's placeholder text.

webkitAutofillBaseInputStyle

An object of type BaseInputStyle that defines the style of the input element's autofill values in webkit-based browsers.

selectionBaseInputStyle

An object of type BaseInputStyle that defines the style of the input element's text selection.

heightnumber | string

A number or string that defines the height of the input element.

paddingHorizontalnumber

A number that defines the horizontal padding of the input element.

colorstring

An optional string that defines the color of the text.

fontFamilystring

An optional string that defines the font family of the text.

fontWeightstring

An optional string that defines the weight of the text.

fontSizestring

An optional string that defines the size of the text.

fontSmoothingstring

An optional string that defines the smoothing of the font.

lineHeightstring

An optional string that defines the height of the line.

textTransformstring

An optional string that defines the transformation of the text.

letterSpacingstring

An optional string that defines the spacing between letters in the text.

backgroundstring

A string that defines the background color or image of the box element.

borderRadiusnumber | string

A number or string that defines the radius of the box element's corners.

boxShadowstring

A string that defines the shadow effect of the box element.

borderStylestring

A string that defines the style of the box element's border.

borderColornumber | string

A number or string that defines the color of the box element's border.

borderWidthnumber | string

A number or string that defines the width of the box element's border.