Expand icon size
[arvados-workbench2.git] / src / components / chips-input / chips-input.tsx
index 12932c54f5775c3d55fe1653171b32fbf7dfb325..fc5fda01be0e7366c9de395b9c38a0b9bafe459d 100644 (file)
@@ -15,6 +15,8 @@ interface ChipsInputProps<Value> {
     createNewValue: (value: string) => Value;
     inputComponent?: React.ComponentType<InputProps>;
     inputProps?: InputProps;
+    deletable?: boolean;
+    orderable?: boolean;
 }
 
 type CssRules = 'chips' | 'input' | 'inputContainer';