react.fieldwellstyles.md
February 22, 2023 ยท View on GitHub
Home > @datashaper/react > FieldWellStyles
FieldWellStyles interface
Signature:
export interface FieldWellStyles
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| dropdown? | Partial<IDropdownStyles> | (Optional) | |
| icon? | Partial<IIconStyles> | (Optional) | |
| required? | CSSProperties | (Optional) | |
| root? | CSSProperties | (Optional) | |
| title? | CSSProperties | (Optional) | |
| well? | CSSProperties | (Optional) |