Files
clawdbot/apps/macos/Sources/Clawdis/Resources/WebChat/tools/artifacts/index.d.ts
2025-12-06 05:01:28 +01:00

8 lines
453 B
TypeScript

export { ArtifactElement } from "./ArtifactElement.js";
export { type Artifact, ArtifactsPanel, type ArtifactsParams } from "./artifacts.js";
export { ArtifactsToolRenderer } from "./artifacts-tool-renderer.js";
export { HtmlArtifact } from "./HtmlArtifact.js";
export { MarkdownArtifact } from "./MarkdownArtifact.js";
export { SvgArtifact } from "./SvgArtifact.js";
export { TextArtifact } from "./TextArtifact.js";
//# sourceMappingURL=index.d.ts.map