UNPKG

tdesign-vue-next

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