UNPKG

ag-grid-enterprise

Version:

AG Grid Enterprise Features

8 lines 258 B
import type { MarkerPathMove } from './marker'; import { Marker } from './marker'; export declare class Diamond extends Marker { static className: string; static moves: MarkerPathMove[]; updatePath(): void; } //# sourceMappingURL=diamond.d.ts.map