UNPKG

@yandex/ymaps3-types

Version:

Types for ymaps3 maps library

5 lines (4 loc) 148 B
import type { IClusterMethod } from "../interface"; export declare function clusterByGrid({ gridSize }: { gridSize: number; }): IClusterMethod;