UNPKG

html2canvas

Version:
7 lines (6 loc) 211 B
import { IPropertyIdentValueDescriptor } from '../IPropertyDescriptor'; export declare const enum DIRECTION { LTR = 0, RTL = 1 } export declare const direction: IPropertyIdentValueDescriptor<DIRECTION>;