UNPKG

lml-main

Version:

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

7 lines (6 loc) 268 B
import { CourierModel } from '@lml/cosmo-ts-data'; export interface CourierNameProps { courier: CourierModel; showId?: boolean; } export declare const CourierName: ({courier: {assignment, firstName, lastName, refId}, showId}: CourierNameProps) => JSX.Element;