pillardash-ui-react 0.1.70 → 0.1.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -153,8 +153,8 @@ interface Tag {
153
153
  interface TagInputProps {
154
154
  id?: string;
155
155
  label?: string;
156
- value: Tag[];
157
- onChange?: (tags: Tag[]) => void;
156
+ value: string[];
157
+ onChange?: (tags: string[]) => void;
158
158
  placeholder?: string;
159
159
  error?: string;
160
160
  required?: boolean;