diff --git a/packages/jupyter-chat/src/widgets/multichat-panel.tsx b/packages/jupyter-chat/src/widgets/multichat-panel.tsx index 16d9a565..e97fb35a 100644 --- a/packages/jupyter-chat/src/widgets/multichat-panel.tsx +++ b/packages/jupyter-chat/src/widgets/multichat-panel.tsx @@ -518,7 +518,7 @@ export namespace ChatSection { } } -type ChatSelectProps = { +export type ChatSelectProps = { /** * A signal emitting when the list of chat changed. */ @@ -532,7 +532,7 @@ type ChatSelectProps = { /** * A component to select a chat from the drive. */ -function ChatSelect({ +export function ChatSelect({ chatNamesChanged, handleChange }: ChatSelectProps): JSX.Element {