UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

11 lines (10 loc) 241 B
export interface WatermarkText { fontColor?: string; fontSize?: number; fontWeight?: 'normal' | 'lighter' | 'bold' | 'bolder'; text?: string; } export interface WatermarkImage { isGrayscale?: boolean; url?: string; }