Export ArtifactPill from web-ui index

This commit is contained in:
Mario Zechner 2025-10-08 14:13:23 +02:00
parent 3adc8357b1
commit 8e017db924

View file

@ -60,6 +60,7 @@ export type {
} from "./storage/types.js";
// Artifacts
export { ArtifactElement } from "./tools/artifacts/ArtifactElement.js";
export { ArtifactPill } from "./tools/artifacts/ArtifactPill.js";
export { type Artifact, ArtifactsPanel, type ArtifactsParams } from "./tools/artifacts/artifacts.js";
export { ArtifactsToolRenderer } from "./tools/artifacts/artifacts-tool-renderer.js";
export { HtmlArtifact } from "./tools/artifacts/HtmlArtifact.js";