UNPKG

html2canvas

Version:
8 lines (7 loc) 232 B
import { IPropertyIdentValueDescriptor } from '../IPropertyDescriptor'; export declare const enum TEXT_ALIGN { LEFT = 0, CENTER = 1, RIGHT = 2 } export declare const textAlign: IPropertyIdentValueDescriptor<TEXT_ALIGN>;