UNPKG

legions-thirdparty-plugin

Version:
8 lines (7 loc) 259 B
import { IPropertyIdentValueDescriptor } from '../IPropertyDescriptor'; export declare enum FONT_STYLE { NORMAL = "normal", ITALIC = "italic", OBLIQUE = "oblique" } export declare const fontStyle: IPropertyIdentValueDescriptor<FONT_STYLE>;