UNPKG

nostr-web-components

Version:

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

8 lines (7 loc) 210 B
export default class NostrText extends HTMLElement { static observedAttributes: string[]; constructor(); connectedCallback(): void; attributeChangedCallback(): void; set(): Promise<void>; }