UNPKG

nostr-web-components

Version:

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

9 lines (8 loc) 273 B
export default class NostrPicture extends HTMLElement { static observedAttributes: string[]; img: HTMLImageElement; constructor(); connectedCallback(): void; attributeChangedCallback(name: string, _: string, value: string): void; set: () => void; }