mac: bundle web chat assets
This commit is contained in:
12
apps/macos/Sources/Clawdis/Resources/WebChat/components/AttachmentTile.d.ts
vendored
Normal file
12
apps/macos/Sources/Clawdis/Resources/WebChat/components/AttachmentTile.d.ts
vendored
Normal 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
|
||||
Reference in New Issue
Block a user