mac: bundle web chat assets
This commit is contained in:
16
apps/macos/Sources/Clawdis/Resources/WebChat/components/ProviderKeyInput.d.ts
vendored
Normal file
16
apps/macos/Sources/Clawdis/Resources/WebChat/components/ProviderKeyInput.d.ts
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
import { LitElement } from "lit";
|
||||
export declare class ProviderKeyInput extends LitElement {
|
||||
provider: string;
|
||||
private keyInput;
|
||||
private testing;
|
||||
private failed;
|
||||
private hasKey;
|
||||
private inputChanged;
|
||||
protected createRenderRoot(): this;
|
||||
connectedCallback(): Promise<void>;
|
||||
private checkKeyStatus;
|
||||
private testApiKey;
|
||||
private saveKey;
|
||||
render(): import("lit-html").TemplateResult<1>;
|
||||
}
|
||||
//# sourceMappingURL=ProviderKeyInput.d.ts.map
|
||||
Reference in New Issue
Block a user