UNPKG

lml-main

Version:

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

6 lines (5 loc) 201 B
import { CourierModel } from '@lml/cosmo-ts-data'; export interface CourierRowProps { courier: CourierModel; } export declare const CourierVehicleIcon: ({courier}: CourierRowProps) => JSX.Element;