mac: bundle web chat assets
This commit is contained in:
11
apps/macos/Sources/Clawdis/Resources/WebChat/components/ThinkingBlock.d.ts
vendored
Normal file
11
apps/macos/Sources/Clawdis/Resources/WebChat/components/ThinkingBlock.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { LitElement } from "lit";
|
||||
export declare class ThinkingBlock extends LitElement {
|
||||
content: string;
|
||||
isStreaming: boolean;
|
||||
private isExpanded;
|
||||
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
||||
connectedCallback(): void;
|
||||
private toggleExpanded;
|
||||
render(): import("lit-html").TemplateResult<1>;
|
||||
}
|
||||
//# sourceMappingURL=ThinkingBlock.d.ts.map
|
||||
Reference in New Issue
Block a user