@eloquentai/chat-sdk 0.28.19-dev → 0.28.21-dev
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/components/chat-bubble.d.ts +1 -1
- package/dist/components/chat-interface/index.d.ts +1 -0
- package/dist/hooks/useTypewriter.d.ts +0 -7
- package/dist/{index-c9jD05Hc.js → index-BKe4FyFj.js} +4496 -4599
- package/dist/index-BKe4FyFj.js.map +1 -0
- package/dist/{index-CL9EeawU.js → index-DB1jTwNk.js} +2 -2
- package/dist/{index-CL9EeawU.js.map → index-DB1jTwNk.js.map} +1 -1
- package/dist/index.css +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/index-c9jD05Hc.js.map +0 -1
|
@@ -1,8 +1 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Hook for typing text with dynamic speed adjustment
|
|
3
|
-
* @param text The text to type
|
|
4
|
-
* @param baseSpeed The base speed of typing (ms)
|
|
5
|
-
* @param enabled Whether the typewriter effect is enabled
|
|
6
|
-
* @returns The text being typed
|
|
7
|
-
*/
|
|
8
1
|
export declare function useTypewriter(text: string, baseSpeed?: number, enabled?: boolean): string;
|