UNPKG

nostr-web-components

Version:

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

8 lines (7 loc) 258 B
export default class NostrEntityLink extends HTMLElement { static observedAttributes: never[]; root: HTMLDivElement; constructor(); connectedCallback(): void; attributeChangedCallback(_name: string, _old: string, _value: string): void; }