UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

6 lines (5 loc) 240 B
import type { BackgroundCommonOptions, BackgroundDefinition } from './index'; export interface WatermarkOptions extends BackgroundCommonOptions { angle?: number; } export declare const watermark: BackgroundDefinition<WatermarkOptions>;