UNPKG

lml-main

Version:

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

15 lines (14 loc) 485 B
import { StylableComponent, StylableComponentProps, ModalRootComponentProps } from 'cosmoui'; export interface CourierActionModalProps extends StylableComponentProps, ModalRootComponentProps { currentModal: { modalProps: { jobRefId: string; }; modalType: string; }; } export declare class CourierActionModal extends StylableComponent<CourierActionModalProps> { private headerStyles; render(): JSX.Element; private handleClose; }