UNPKG

nehan

Version:

Html layout engine for paged-media written in Typescript

5 lines (4 loc) 135 B
import { DualCharInfo } from "./public-api"; export declare class DualCharTable { static load(str: string): DualCharInfo | null; }