mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-10 13:11:16 +00:00
6 lines
116 B
TypeScript
6 lines
116 B
TypeScript
|
import {SVGSelection} from "../../map/models/types";
|
||
|
|
||
|
export interface Tool {
|
||
|
connect(selection: SVGSelection);
|
||
|
}
|