UNPKG

wired-elements

Version:

Collection of hand-drawn sketchy web components

10 lines (9 loc) 273 B
import { TemplateResult, LitElement } from 'lit'; export declare class WiredDialog extends LitElement { elevation: number; open: boolean; private card?; static get styles(): import("lit").CSSResultGroup; render(): TemplateResult; updated(): void; }