@telia-ace/widget-conversation-flamingo 1.1.76-rc.23 → 1.1.76-rc.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
- export declare const uuid: () => `${string}-${string}-${string}-${string}-${string}`;
1
+ export declare const uuid: () => string;
2
2
  export declare function findPlainTextLinks(text: string): string;
3
3
  export declare function truncateLongLinks(text: string): string;