feat(BOOK-67): Added functionality to show/hide the chatbot

Approved-by: Linus Flood
This commit is contained in:
Erik Tiekstra
2025-10-16 10:59:47 +00:00
parent 69a1b5f213
commit 800df0ade9
13 changed files with 147 additions and 72 deletions

View File

@@ -23,4 +23,10 @@ interface Window {
showChat: () => void
hideBubble: () => void
}
kindlyOptions: {
position?: {
bottom?: string
right?: string
}
}
}