diff --git a/index.d.ts b/index.d.ts index 07da82c..6cd95ee 100644 --- a/index.d.ts +++ b/index.d.ts @@ -42,7 +42,8 @@ export interface MultiSelectProps { textColor?: string; fontSize?: number; fixedHeight?: boolean; - hideTags?: boolean, + hideTags?: boolean; + styleTextTag?: StyleProp; canAddItems?: boolean; onToggleList?: () => void; onAddItem?: (newItems: any[]) => void; @@ -52,7 +53,6 @@ export interface MultiSelectProps { flatListProps?: FlatListProps; filterMethod?: string; noItemsText?: string; - selectedText?: string; } export default class MultiSelect extends React.Component {