UNPKG

@sutton-signwriting/sgnw-components

Version:

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

11 lines (10 loc) 211 B
export declare class SgnwSign { el: HTMLElement; /** SWU string for sign */ sign: string; /** Style String for sign */ styling: string; sgnw: boolean; connectedCallback(): void; render(): any; }