UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

5 lines (4 loc) 284 B
import { CourierModel } from '@lml/cosmo-ts-data'; export declare const getCourierAvatarPath: (courier: CourierModel) => string; export declare const getCourierVehicleIcon: (courier: CourierModel) => string; export declare const getCityTrackStatus: (courier: CourierModel) => string;