UNPKG

html2canvas-pro

Version:

Screenshots with JavaScript. Next generation!

10 lines (9 loc) 249 B
import { IPropertyListDescriptor } from '../IPropertyDescriptor'; export declare const enum OVERFLOW { VISIBLE = 0, HIDDEN = 1, SCROLL = 2, CLIP = 3, AUTO = 4 } export declare const overflow: IPropertyListDescriptor<OVERFLOW[]>;