@aakash58/chatbot 1.0.29 → 1.0.30
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/index.d.ts
CHANGED
|
@@ -27,8 +27,8 @@ declare class DoohbotInput {
|
|
|
27
27
|
readonly fullscreenExitIcon = "fullscreen_exit";
|
|
28
28
|
readonly hintText = "Please Enter Here";
|
|
29
29
|
readonly errorMessage = "The message you submitted was too long.";
|
|
30
|
-
readonly appLogoUrl
|
|
31
|
-
readonly botAvatarUrl
|
|
30
|
+
readonly appLogoUrl: string;
|
|
31
|
+
readonly botAvatarUrl: string;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
type ThemeMode = 'light' | 'dark' | 'system';
|