UNPKG

html2canvas

Version:
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>;