feat: add override internal drop function api #643
parent
3f5ddbb6cc
commit
ec7e0760c1
@ -1,4 +1,5 @@
|
||||
export class Override {
|
||||
public paste: ((evt?: ClipboardEvent) => void) | undefined
|
||||
public copy: (() => void) | undefined
|
||||
public drop: ((evt: DragEvent) => void) | undefined
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue