SourceTermAnalysisSystem_vue/node_modules/@antv/x6/es/registry/background/watermark.d.ts
2026-05-15 10:22:44 +08:00

6 lines
202 B
TypeScript

import { Background } from './index';
export interface WatermarkOptions extends Background.CommonOptions {
angle?: number;
}
export declare const watermark: Background.Definition<WatermarkOptions>;