UNPKG

@idmwx/idmui-mapbox3

Version:

idm mapbox 3

59 lines (58 loc) 2.1 kB
export default _sfc_main; declare namespace _sfc_main { const name: string; const components: undefined; namespace props { namespace voyage { export const type: ObjectConstructor; const _default: undefined; export { _default as default }; } namespace leg { const type_1: ObjectConstructor; export { type_1 as type }; const _default_1: undefined; export { _default_1 as default }; } namespace bps { const type_2: ObjectConstructor; export { type_2 as type }; const _default_2: undefined; export { _default_2 as default }; } namespace permission { const type_3: NumberConstructor; export { type_3 as type }; } namespace cpList { const type_4: ArrayConstructor; export { type_4 as type }; const _default_3: undefined; export { _default_3 as default }; } } const emits: string[]; function data(): { rank: number; }; namespace computed { function currentLeg(): any; function computeLat(): (lat: any) => string; function computeLng(): (lng: any) => string; function computeWayport(): (port: any) => string; function computeLegProgress(): (line: any) => number; function computeLocalTime(): (ts: any, port: any, format?: string) => string; function computeUTCTime(): (ts: any, format?: string) => string; function computeUpdateTime(): (ts: any) => string; function computeDiffHours(): (ts: any) => number | "-"; function computeTimeOffset(): (port: any) => any; function computeCiiDiscountZ(): (cii: any) => any; function computeRoundPrecision(): (value: any, precision?: number) => any; } function mounted(): void; namespace methods { function handleCenter(center: any): void; function toggleLegRight(): void; function toggleLegLeft(): void; } }