6 lines
116 B
TypeScript
Raw Normal View History

2018-03-13 13:03:27 +01:00
import {SVGSelection} from "../../map/models/types";
export interface Tool {
connect(selection: SVGSelection);
}