Repository URL to install this package:
|
Version:
2.1.7 ▾
|
import { DetailedListDataType } from '@skava/ui/dist/components/molecules/DetailedList';
import { OrderStatusProps as OrderStatusPlaceholderProps } from 'abstractions/OrderHistory/OrderStatus';
export interface OrderStatusProps extends OrderStatusPlaceholderProps {
orderStatusConfig?: DetailedListDataType;
iconType?: string;
}