UNPKG

printmaker

Version:

Generate PDF documents and from JavaScript objects

4 lines (3 loc) 145 B
import { Box } from './box.js'; import { Page } from './page.js'; export declare function renderGuide(page: Page, box: Box, type: string): void;