mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
support clicking on map to set specified geographic location
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export interface MapPosition {
|
||||
latitude: number;
|
||||
longitude: number;
|
||||
}
|
||||
Reference in New Issue
Block a user