UNPKG

nehan

Version:

Html layout engine for paged-media written in Typescript

6 lines (5 loc) 173 B
import { LayoutSection } from "./public-api"; export interface ILayoutOutlineCallbacks { onRoot?: () => HTMLElement; onSection?: (section: LayoutSection) => Node; }