UNPKG

nostr-web-components

Version:

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

10 lines (9 loc) 291 B
export default class NostrNote extends HTMLElement { static observedAttributes: string[]; root: HTMLDivElement; constructor(); connectedCallback(): void; queryPart<E = HTMLElement>(name: string): Generator<E>; attributeChangedCallback(): void; set: () => void; }