UNPKG

html2canvas-pro

Version:

Screenshots with JavaScript. Next generation!

7 lines (6 loc) 227 B
import { IPropertyIdentValueDescriptor } from '../IPropertyDescriptor'; export declare enum LINE_BREAK { NORMAL = "normal", STRICT = "strict" } export declare const lineBreak: IPropertyIdentValueDescriptor<LINE_BREAK>;