searchsmartly-ui 1.0.13 → 1.0.15

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
@@ -154,6 +154,7 @@ interface TagProps extends ChipProps {
154
154
  fontSize?: number;
155
155
  maxHeight?: number;
156
156
  tooltip?: string;
157
+ label: string;
157
158
  bgcolor?: string;
158
159
  TypographyProps?: TypographyProps;
159
160
  }