mac: bundle web chat assets
This commit is contained in:
18
apps/macos/Sources/Clawdis/Resources/WebChat/tools/artifacts/Console.d.ts
vendored
Normal file
18
apps/macos/Sources/Clawdis/Resources/WebChat/tools/artifacts/Console.d.ts
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
import "@mariozechner/mini-lit/dist/CopyButton.js";
|
||||
import { LitElement, type TemplateResult } from "lit";
|
||||
interface LogEntry {
|
||||
type: "log" | "error";
|
||||
text: string;
|
||||
}
|
||||
export declare class Console extends LitElement {
|
||||
logs: LogEntry[];
|
||||
private expanded;
|
||||
private autoscroll;
|
||||
private logsContainerRef;
|
||||
protected createRenderRoot(): this;
|
||||
updated(): void;
|
||||
private getLogsText;
|
||||
render(): TemplateResult;
|
||||
}
|
||||
export {};
|
||||
//# sourceMappingURL=Console.d.ts.map
|
||||
Reference in New Issue
Block a user