Skip to content

Commit 0c319fb

Browse files
committed
rebase
1 parent 4409dc0 commit 0c319fb

File tree

4 files changed

+5
-168813
lines changed

4 files changed

+5
-168813
lines changed

dist/components/bubbles/BotBubble.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ type Props = {
2727
isTTSPlaying?: Record<string, boolean>;
2828
handleTTSClick?: (messageId: string, messageText: string) => void;
2929
handleTTSStop?: (messageId: string) => void;
30+
hasCustomHeader?: boolean;
31+
dialogContainer?: HTMLElement;
3032
};
3133
export declare const BotBubble: (props: Props) => import("solid-js").JSX.Element;
3234
export {};

dist/components/bubbles/BotBubble.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)