UNPKG

nehan

Version:

Html layout engine for paged-media written in Typescript

6 lines (5 loc) 176 B
import { FlowFormatContext } from './public-api'; export declare class ReFormatContext extends FlowFormatContext { get maxMeasure(): number; get maxExtent(): number; }