Type Alias: DropdownProps
DropdownProps:
object
Dropdown component props.
Type declaration
Name | Type | Description |
---|---|---|
options | DropdownItem [] | List of dropdown items |
textProps | TextProps | Props to pass to the Text component |
toggleDirection | "horizontal" | "vertical" | Direction of the toggle button (horizontal or vertical) |
Defined in
packages/react-material-ui/src/components/Dropdown/Dropdown.tsx:33 (opens in a new tab)