mac: bundle web chat assets
This commit is contained in:
15
apps/macos/Sources/Clawdis/Resources/WebChat/components/ExpandableSection.d.ts
vendored
Normal file
15
apps/macos/Sources/Clawdis/Resources/WebChat/components/ExpandableSection.d.ts
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import { LitElement, type TemplateResult } from "lit";
|
||||
/**
|
||||
* Reusable expandable section component for tool renderers.
|
||||
* Captures children in connectedCallback and re-renders them in the details area.
|
||||
*/
|
||||
export declare class ExpandableSection extends LitElement {
|
||||
summary: string;
|
||||
defaultExpanded: boolean;
|
||||
private expanded;
|
||||
private capturedChildren;
|
||||
protected createRenderRoot(): this;
|
||||
connectedCallback(): void;
|
||||
render(): TemplateResult;
|
||||
}
|
||||
//# sourceMappingURL=ExpandableSection.d.ts.map
|
||||
Reference in New Issue
Block a user