code-workshop-kit
Version:
The future of remote code workshops & training
14 lines • 558 B
TypeScript
import { LitElement, CSSResultArray, PropertyDeclarations, PropertyValues, TemplateResult } from 'lit-element';
export declare class ParticipantCapsule extends LitElement {
noHeader: boolean;
noContainer: boolean;
name: string;
websocketPort?: number;
ws?: WebSocket;
static get properties(): PropertyDeclarations;
static get styles(): CSSResultArray;
updated(changedProperties: PropertyValues): void;
get _capsuleTemplate(): TemplateResult;
render(): TemplateResult;
}
//# sourceMappingURL=ParticipantCapsule.d.ts.map