UNPKG

@antv/g

Version:

A core module for rendering engine implements DOM API.

9 lines 304 B
import { Path } from '@antv/g-lite'; export declare class Sector extends Path { static PARSED_STYLE_LIST: Set<string>; constructor(config: any); setAttribute(name: any, value: any, force?: boolean): void; private updatePath; private createPath; } //# sourceMappingURL=Sector2.d.ts.map