Repository URL to install this package:
|
Version:
2.0.17 ▾
|
/// <reference types="react" />
import { OrderStatusProps } from './typings';
/**
* render button
*/
declare function defaultRenderActionButton(props: OrderStatusProps): JSX.Element;
/**
* used to render the content
*/
declare function defaultRenderOrderStatus(props: OrderStatusProps): JSX.Element;
export { defaultRenderActionButton, defaultRenderOrderStatus };