UNPKG

html2canvas

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