UNPKG

@zsnout/ithkuil

Version:

A set of tools which can generate and parse romanized Ithkuil text and which can generate Ithkuil script from text and JSON data.

11 lines (10 loc) 391 B
export declare function Translate(props: { readonly children: SVGElement | SVGElement[]; readonly x?: number | undefined; readonly y?: number | undefined; }): SVGElement; export declare function Translate(props: { readonly children?: SVGElement | SVGElement[] | undefined; readonly x?: number | undefined; readonly y?: number | undefined; }): SVGElement | undefined;