UNPKG

html2canvas

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