UNPKG

@reallyland/really-elements

Version:

A collection of opinionated custom elements for the web

13 lines 401 B
import type { TemplateResult } from 'lit'; import { LitElement } from 'lit'; export declare class ClipboardCopy extends LitElement { static styles: import("lit").CSSResult[]; forSlot: string; idSlot: string; private _slot?; private _idElement; protected render(): TemplateResult; private _assignSlotted; private _copyText; } //# sourceMappingURL=clipboard-copy.d.ts.map