UNPKG

html2canvas

Version:
10 lines (9 loc) 265 B
import { IPropertyIdentValueDescriptor } from '../IPropertyDescriptor'; export declare const enum POSITION { STATIC = 0, RELATIVE = 1, ABSOLUTE = 2, FIXED = 3, STICKY = 4 } export declare const position: IPropertyIdentValueDescriptor<POSITION>;