UNPKG

@sutton-signwriting/sgnw-components

Version:

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

13 lines (12 loc) 296 B
export declare class SgnwSymbol { el: HTMLElement; private colorWatch; /** SWU character for symbol */ symbol: string; /** Style String for symbol */ styling: string; sgnw: boolean; connectedCallback(): void; disconnectedCallback(): void; render(): any; }