UNPKG

editor-render-v2

Version:

编辑器渲染器

131 lines (130 loc) 2.64 kB
declare const _default: ({ thumbUrl: any; fillType: string; fill: { type: string; gradientUnits: string; coords: { x1: number; y1: number; x2: number; y2: number; }; colorStops: { offset: number; color: string; }[]; }; strokeType?: undefined; stroke?: undefined; strokeWidth?: undefined; shadow?: undefined; } | { thumbUrl: any; fillType: string; fill: string; strokeType: string; stroke: string; strokeWidth: number; shadow?: undefined; } | { thumbUrl: any; fillType: string; fill: string; strokeType: string; stroke: string; strokeWidth: number; shadow: { blur: number; color: string; offsetX: number; offsetY: number; }; } | { thumbUrl: any; fillType: string; fill: string; shadow: { blur: number; color: string; offsetX: number; offsetY: number; }; strokeType?: undefined; stroke?: undefined; strokeWidth?: undefined; } | { thumbUrl: any; fillType: string; fill: { type: string; gradientUnits: string; coords: { x1: number; y1: number; x2: number; y2: number; }; colorStops: { offset: number; color: string; }[]; }; shadow: { blur: number; color: string; offsetX: number; offsetY: number; }; strokeType?: undefined; stroke?: undefined; strokeWidth?: undefined; } | { thumbUrl: any; fillType: string; fill: { type: string; gradientUnits: string; coords: { x1: number; y1: number; x2: number; y2: number; }; colorStops: { offset: number; color: string; }[]; }; strokeType: string; stroke: string; strokeWidth: number; shadow: { blur: number; color: string; offsetX: number; offsetY: number; }; } | { thumbUrl: any; fillType: string; fill: { type: string; gradientUnits: string; coords: { x1: number; y1: number; x2: number; y2: number; }; colorStops: { offset: number; color: string; }[]; }; strokeType: string; stroke: string; strokeWidth: number; shadow?: undefined; })[]; export default _default;