UNPKG

lml-main

Version:

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

9 lines (8 loc) 279 B
import * as React from 'react'; import * as CouriersData from '@lml/cosmo-ts-data'; export interface CourierStopsProps { stops: CouriersData.CourierStopModel[]; } export declare class CourierStops extends React.Component<CourierStopsProps, {}> { render(): JSX.Element; }