UNPKG

nehan

Version:

Html layout engine for paged-media written in Typescript

9 lines (8 loc) 232 B
import { ILogicalNode, IFlowRootFormatContext } from './public-api'; export interface DomCallbackContext { selector: string; name: string; box: ILogicalNode; dom: HTMLElement; flowRoot: IFlowRootFormatContext; }