UNPKG
@ng-dnd/core
Version:
latest (4.1.0)
v1-lts (1.0.3)
v2-lts (2.0.2)
v3-lts (3.1.0)
4.1.0
4.0.0
3.1.0
3.0.0
2.0.2
2.0.1
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
0.1.2
0.1.1
0.1.0
0.0.1
Drag and Drop for Angular
github.com/ng-dnd/ng-dnd
ng-dnd/ng-dnd
@ng-dnd/core
/
src
/
internal
/
register-source.d.ts
6 lines
(5 loc)
•
251 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
DragDropManager
,
DragSource
,
SourceType
}
from
'dnd-core'
;
export
default
function
registerSource
(
type: SourceType, source: DragSource, manager: DragDropManager
): {
handlerId
:
import
(
"dnd-core"
).
Identifier
;
unregister
:
() =>
void
; };