UNPKG

@sutton-signwriting/sgnw-components

Version:

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

11 lines (10 loc) 215 B
export declare class FswSymbol { el: HTMLElement; /** FSW key for symbol */ symbol: string; /** Style String for symbol */ styling: string; sgnw: boolean; connectedCallback(): void; render(): any; }