UNPKG

legions-thirdparty-plugin

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