UNPKG

lml-main

Version:

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

10 lines (9 loc) 338 B
import * as React from 'react'; import { CourierModel } from '@lml/cosmo-ts-data'; export interface CourierJobCountsProps { refId: string; } export interface CourierJobCountsComponentProps extends CourierJobCountsProps { courier: CourierModel; } export declare const CourierJobCounts: React.ComponentClass<CourierJobCountsProps>;