Skip to content

WithPointLike

WithPointLike<T>: { [P in T]: PointLike }

Defined in: utils/types.ts:43

A type that maps keys to PointLike values.

Type Parameters

T extends keyof any

The keys of the properties that should be PointLike.