Clipboard dep — the imperative surface useClipboardOps returns.
Consumers publish their live clipboard through useDepSource('clipboard', …) from inside the <DepRegistryProvider> (i.e. under <SceneCanvas>).
The kit deliberately does not build one for them: useClipboardOps needs
an adapter and a selection reader that only the consumer can supply.
Clipboard dep — the imperative surface
useClipboardOpsreturns.Consumers publish their live clipboard through
useDepSource('clipboard', …)from inside the<DepRegistryProvider>(i.e. under<SceneCanvas>). The kit deliberately does not build one for them:useClipboardOpsneeds an adapter and a selection reader that only the consumer can supply.