UNPKG

@nopwdio/ui

Version:
14 lines (13 loc) 347 B
import { LitElement } from "lit"; import "./ui-clipboard.js"; export declare class UiEditor extends LitElement { title: string; clipboard: string; render(): import("lit-html").TemplateResult<1>; static styles: import("lit").CSSResult; } declare global { interface HTMLElementTagNameMap { "ui-editor": UiEditor; } }