()
| 16 | |
| 17 | export interface Backend { |
| 18 | setup(): void |
| 19 | teardown(): void |
| 20 | connectDragSource(sourceId: any, node?: any, options?: any): Unsubscribe |
| 21 | connectDragPreview(sourceId: any, node?: any, options?: any): Unsubscribe |
no outgoing calls
no test coverage detected