UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

9 lines (8 loc) 198 B
export interface DropShadowArgs { dx?: number; dy?: number; color?: string; blur?: number; opacity?: number; } export declare function dropShadow(args?: DropShadowArgs): string;