UNPKG

t-comm

Version:

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

7 lines (6 loc) 269 B
import TencentMapLocation from './platform/tencent-map-location'; declare function locationHandle(options: any): any; declare namespace locationHandle { var failHandle: (options: any, handle: any) => TencentMapLocation | undefined; } export default locationHandle;