UNPKG

208 BTypeScriptView Raw
1import { PathReference } from '../filesystem/contracts';
2export interface OutputOptions {
3 filename: string;
4 output: PathReference;
5 inlineStylesheets: boolean;
6 inlineVectorGraphics: boolean;
7}