UNPKG

html2canvas-pro

Version:

Screenshots with JavaScript. Next generation!

10 lines (9 loc) 258 B
import { IPropertyIdentValueDescriptor } from '../IPropertyDescriptor'; export declare const enum FLOAT { NONE = 0, LEFT = 1, RIGHT = 2, INLINE_START = 3, INLINE_END = 4 } export declare const float: IPropertyIdentValueDescriptor<FLOAT>;