UNPKG

nehan

Version:

Html layout engine for paged-media written in Typescript

8 lines (7 loc) 223 B
import { NehanElement } from "./public-api"; export declare class TextCombineUpright { value: string; static load(element: NehanElement): TextCombineUpright; constructor(value: string); isNone(): boolean; }