Repository URL to install this package:
|
Version:
0.9.5 ▾
|
ui-component-library
/
dist
/
typings
/
src
/
components
/
presets
/
Order
/
OrderStatus
/
renderProps.d.ts
|
|---|
/// <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 };