leaflet/src/ev.mli

12 lines
103 B
OCaml
Raw Normal View History

2022-04-07 15:24:25 +02:00
type t
2022-04-07 14:45:11 +02:00
module Event : sig
type t
end
module Mouse : sig
type t
val latlng : t -> Latlng.t
end