mac: bundle web chat assets

This commit is contained in:
Peter Steinberger
2025-12-06 05:01:28 +01:00
parent 15cdeeddaf
commit 42d843297d
315 changed files with 16618 additions and 20 deletions

View File

@@ -0,0 +1,12 @@
import { LitElement } from "lit";
import type { Attachment } from "../utils/attachment-utils.js";
export declare class AttachmentTile extends LitElement {
attachment: Attachment;
showDelete: boolean;
onDelete?: () => void;
protected createRenderRoot(): HTMLElement | DocumentFragment;
connectedCallback(): void;
private handleClick;
render(): import("lit-html").TemplateResult<1>;
}
//# sourceMappingURL=AttachmentTile.d.ts.map