Skip to content

WithPointLike

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

Defined in: utils/types.ts:43

A type that maps keys to PointLike values.

T extends keyof any

The keys of the properties that should be PointLike.