type PointerCaptureAPI = { hasCapture: () => PickRef | null, beginCapture: (ref: PickRef) => void, endCapture: () => void, }
packages / workbench / src / interact / event.ts