Repository URL to install this package:
|
Version:
2.1.12 ▾
|
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, };