UNPKG

legions-thirdparty-plugin

Version:
10 lines (9 loc) 480 B
import { IPropertyIdentValueDescriptor } from '../IPropertyDescriptor'; export declare enum BORDER_STYLE { NONE = 0, SOLID = 1 } export declare const borderTopStyle: IPropertyIdentValueDescriptor<BORDER_STYLE>; export declare const borderRightStyle: IPropertyIdentValueDescriptor<BORDER_STYLE>; export declare const borderBottomStyle: IPropertyIdentValueDescriptor<BORDER_STYLE>; export declare const borderLeftStyle: IPropertyIdentValueDescriptor<BORDER_STYLE>;