UNPKG

nostr-web-components

Version:

collection of web components that provide quick access to basic nostr things

13 lines (12 loc) 413 B
import { SubCloser } from '@nostr/tools/abstract-pool'; export default class NostrLivestream extends HTMLElement { static observedAttributes: string[]; root: HTMLDivElement; subc: SubCloser | undefined; constructor(); connectedCallback(): void; queryPart(name: string): Generator<HTMLElement>; disconnectedCallback(): void; attributeChangedCallback(): void; set: () => void; }