SourceTermAnalysisSystem_vue/node_modules/@antv/x6/es/registry/background/watermark.d.ts

6 lines
202 B
TypeScript
Raw Normal View History

2026-05-15 10:22:44 +08:00
import { Background } from './index';
export interface WatermarkOptions extends Background.CommonOptions {
angle?: number;
}
export declare const watermark: Background.Definition<WatermarkOptions>;