UNPKG

html2canvas

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