UNPKG

legions-thirdparty-plugin

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