UNPKG

nostr-web-components

Version:

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

8 lines (7 loc) 205 B
export default class NostrName extends HTMLElement { static observedAttributes: string[]; constructor(); connectedCallback(): void; attributeChangedCallback(): void; set: () => void; }