UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

10 lines (9 loc) 170 B
export interface OpenLocation { lat?: string; lng?: string; name?: string; address?: string; scale?: number; context?: any; route?: string; }