Type alias SelectedListProps

SelectedListProps: BoxProps & { multi?: boolean; selectedItems?: SelectItem[]; selectionVisibleIn?: SelectionVisibilityMode; size?: SelectProps["size"]; textList?: BoxProps; value?: string | string[] }

Generated using TypeDoc