Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react-dnd/react-dnd
/
Class
packages/dnd-core/test/sources.js:3–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ DragSource } from
'../src'
;
2
3
export
class
NormalSource extends DragSource {
4
constructor(item) {
5
super();
6
this.item = item || { baz: 42 };
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected