UNPKG

html2canvas-pro

Version:

Screenshots with JavaScript. Next generation!

8 lines (7 loc) 239 B
import { IPropertyIdentValueDescriptor } from '../IPropertyDescriptor'; export declare const enum VISIBILITY { VISIBLE = 0, HIDDEN = 1, COLLAPSE = 2 } export declare const visibility: IPropertyIdentValueDescriptor<VISIBILITY>;