UNPKG

canvas-editor-pdf

Version:
13 lines (12 loc) 263 B
export declare enum TextDecorationStyle { SOLID = "solid", DOUBLE = "double", DASHED = "dashed", DOTTED = "dotted", WAVY = "wavy" } export declare enum DashType { SOLID = "solid", DASHED = "dashed", DOTTED = "dotted" }