leaflet/src/ev.mli

12 lines
107 B
OCaml
Raw Normal View History

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