UNPKG

@sutton-signwriting/sgnw-components

Version:

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

13 lines (12 loc) 284 B
export declare class FswSign { el: HTMLElement; private colorWatch; /** FSW string for sign */ sign: string; /** Style String for sign */ styling: string; sgnw: boolean; connectedCallback(): void; disconnectedCallback(): void; render(): any; }