Repository URL to install this package:
|
Version:
2.1.7 ▾
|
/// <reference types="react" />
import { OrderStatusProps } from './typings';
declare function defaultRenderOrderStatus(props: OrderStatusProps): JSX.Element;
declare function defaultRenderPrintIcon(props: OrderStatusProps): JSX.Element;
declare function defaultRenderOrderDetails(props: OrderStatusProps): JSX.Element;
export { defaultRenderOrderDetails, defaultRenderOrderStatus, defaultRenderPrintIcon, };