lml-main
Version:
This is now a mono repository published into many standalone packages.
10 lines (9 loc) • 340 B
TypeScript
import * as React from 'react';
import * as CouriersData from '@lml/cosmo-ts-data';
export interface CourierSupplementaryRowProps {
courier: CouriersData.CourierModel;
}
export declare class CourierSupplementaryRow extends React.Component<CourierSupplementaryRowProps, {}> {
render(): JSX.Element;
private renderCourierStops;
}