UNPKG

html2canvas

Version:
7 lines (6 loc) 250 B
import { IPropertyIdentValueDescriptor } from '../IPropertyDescriptor'; export declare const enum OVERFLOW_WRAP { NORMAL = "normal", BREAK_WORD = "break-word" } export declare const overflowWrap: IPropertyIdentValueDescriptor<OVERFLOW_WRAP>;