UNPKG

@conectate/ct-dialog

Version:

HTML dialog made with Web Components

20 lines (19 loc) 588 B
import "@conectate/ct-card/ct-card"; import { CtLit } from "@conectate/ct-lit"; import { ConectateHistory, CtDialog } from "./ct-dialog.js"; export declare function showCtCardDialog(el: HTMLElement, id?: string, history?: ConectateHistory): CtDialog; export declare class CtCardDialog extends CtLit { el: any; dialog: CtDialog; static get properties(): { el: { type: ObjectConstructor; }; }; render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { "ct-card-dialog": CtCardDialog; } }