UNPKG
iris-ds
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Joveo iris libray
iris-ds
/
lib
/
dropzone
/
dragdrop.directive.d.ts
12 lines
(11 loc)
•
286 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
declare
class
DragDropDirective
{
private
filesChangeEmiter;
private
background;
private
borderStyle;
private
borderColor;
private
borderRadius;
constructor
(
);
onDragOver
(
evt
:
any
):
void
;
onDragLeave
(
evt
:
any
):
void
;
onDrop
(
evt
:
any
):
void
; }