UNPKG

@antv/layout

Version:
3 lines (2 loc) 158 B
import type { Matrix, PointTuple } from '../types'; export declare const mds: (dimension: number, distances: Matrix[], linkDistance: number) => PointTuple[];