UNPKG

@sutton-signwriting/sgnw-components

Version:

a javascript package of web components for use with the SignWriting script.

13 lines (12 loc) 248 B
export declare class SgnwButton { el: HTMLElement; /** SWU character for symbol */ symbol: string; /** SWU string for sign */ sign: string; /** SVG icon */ svg: string; sgnw: boolean; connectedCallback(): void; render(): any; }