UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

10 lines (9 loc) 218 B
import PathMask from './path'; /** * Smooth path mask * @ignore */ declare class SmoothPathMask extends PathMask { protected getMaskPath(): import("@antv/g-base").PathCommand[]; } export default SmoothPathMask;