UNPKG

@sutton-signwriting/sgnw-components

Version:

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

13 lines (12 loc) 241 B
export declare class FswButton { el: HTMLElement; /** FSW key for symbol */ symbol: string; /** FSW string for sign */ sign: string; /** SVG icon */ svg: string; sgnw: boolean; connectedCallback(): void; render(): any; }