botframework-webchat-component 4.17.0-main.20240503.d335d91 → 4.17.0

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.
@@ -2321,9 +2321,6 @@ declare const Components: {
2321
2321
  linkClassName?: string;
2322
2322
  onDecorateLink?: (href: string, textContent: string) => LinkOptions;
2323
2323
  }> & (Readonly<{
2324
- stringIds: string;
2325
- values?: readonly (string | number)[];
2326
- }> | Readonly<{
2327
2324
  stringIds: {
2328
2325
  zero?: string;
2329
2326
  one?: string;
@@ -2333,6 +2330,9 @@ declare const Components: {
2333
2330
  other: string;
2334
2331
  };
2335
2332
  values: readonly [number, ...(string | number)[]];
2333
+ }> | Readonly<{
2334
+ stringIds: string;
2335
+ values?: readonly (string | number)[];
2336
2336
  }>)) => react.JSX.Element>;
2337
2337
  };
2338
2338