mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-26 21:39:43 +02:00
feat: export chat-artifacts slice
This commit is contained in:
parent
9ea6e3eacd
commit
00082cb1ac
1 changed files with 14 additions and 0 deletions
14
surfsense_web/features/chat-artifacts/index.ts
Normal file
14
surfsense_web/features/chat-artifacts/index.ts
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
export { useSyncChatArtifacts } from "./hooks/use-sync-chat-artifacts";
|
||||||
|
export { collectArtifacts } from "./lib/collect-artifacts";
|
||||||
|
export { ARTIFACT_ANCHOR_ATTR, scrollToArtifact } from "./lib/scroll-to-artifact";
|
||||||
|
export type { ArtifactKind, ArtifactStatus, ChatArtifact } from "./model/artifact";
|
||||||
|
export {
|
||||||
|
artifactsPanelOpenAtom,
|
||||||
|
chatArtifactsAtom,
|
||||||
|
closeArtifactsPanelAtom,
|
||||||
|
openArtifactsPanelAtom,
|
||||||
|
toggleArtifactsPanelAtom,
|
||||||
|
} from "./state/artifacts-panel.atom";
|
||||||
|
export { withArtifactAnchor } from "./ui/artifact-anchor";
|
||||||
|
export { ArtifactsPanelContent, MobileArtifactsPanel } from "./ui/artifacts-panel";
|
||||||
|
export { ArtifactsToggleButton } from "./ui/artifacts-toggle-button";
|
||||||
Loading…
Add table
Add a link
Reference in a new issue