type PickingProps = {
pickingFormat?: GPUTextureFormat,
pickingColor?: GPUColor,
depthStencilFormat?: GPUTextureFormat,
resolution?: number,
} & {
children?:
| LiveElement<ArrowFunction>[]
| ReactElementInterop
| DeferredCall<any>,
}
packages / workbench / src / render / picking-target.ts