UNPKG

@caveworld/honeycomb-grid

Version:
3 lines (2 loc) 149 B
import { Hex, HexCoordinates } from '../types'; export declare const cloneHex: <T extends Hex>(hex: T, newProps?: HexCoordinates | Partial<T>) => T;