Skip to content

Commit

Permalink
Export the chat components from @jupyter/chat
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Dec 20, 2024
1 parent 99e6b1b commit 9bba336
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/jupyter-chat/src/components/code-blocks/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from './code-toolbar';
export * from './copy-button';
10 changes: 10 additions & 0 deletions packages/jupyter-chat/src/components/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export * from './chat';
export * from './chat-input';
export * from './chat-input';
export * from './code-blocks';
export * from './input';
export * from './jl-theme-provider';
export * from './markdown-renderer';
export * from './mui-extras';
export * from './scroll-container';
export * from './toolbar';
2 changes: 2 additions & 0 deletions packages/jupyter-chat/src/components/input/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from './cancel-button';
export * from './send-button';
3 changes: 3 additions & 0 deletions packages/jupyter-chat/src/components/mui-extras/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export * from './contrasting-tooltip';
export * from './tooltipped-button';
export * from './tooltipped-icon-button';
1 change: 1 addition & 0 deletions packages/jupyter-chat/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/

export * from './active-cell-manager';
export * from './components';
export * from './icons';
export * from './model';
export * from './registry';
Expand Down

0 comments on commit 9bba336

Please sign in to comment.