UNPKG

@caveworld/honeycomb-grid

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