UNPKG

@sutton-signwriting/sgnw-components

Version:

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

13 lines (12 loc) 245 B
export declare class FswVp { el: HTMLElement; /** FSW text */ vp: string; /** Colorize flag */ colorize: boolean; sgnw: boolean; items: object[]; parseText(newValue: string): void; connectedCallback(): void; render(): any; }