@scuticode/shop-sdk
Version:
ScutiCode shop sdk
13 lines (12 loc) • 388 B
TypeScript
import { LitElement } from 'lit';
import './components/main-chat.component';
export declare class DialogComponent extends LitElement {
accessor position: string;
accessor chatBaseUrl: string;
static styles: import("lit").CSSResult[];
toggled: boolean;
render(): import("lit-html").TemplateResult<1>;
toggle(): void;
dialogStyle(): string;
close(): void;
}