import { onConfirmGood, onDelayTimeout, onCancelOrder, onNotifyDelivery, onPay } from "../orderdetail/orderOperation"; /** * 删除订单 */ declare const onDeleteOrder: ({ ctx, component, componentUid }: { ctx: any; component: any; componentUid: any; }, { data, actionCode }: { data: any; actionCode: any; }) => void; declare const onLoadMore: ({ ctx, component, componentUid, componentFields, }: { ctx: any; component: any; componentUid: any; componentFields: any; }, end: any) => void; export { onConfirmGood, onDelayTimeout, onCancelOrder, onDeleteOrder, onNotifyDelivery, onPay, onLoadMore, }; declare const _default: { onConfirmGood: ({ ctx, component, componentUid }: { ctx: any; component: any; componentUid: any; }, { data, actionCode }: { data: any; actionCode: any; }) => void; onDelayTimeout: ({ ctx, component, componentUid }: { ctx: any; component: any; componentUid: any; }, { data, actionCode }: { data: any; actionCode: any; }) => void; onCancelOrder: ({ ctx, component, componentUid, }: { ctx: any; component: any; componentUid: any; }, { cancelReasonText, cancelReasonId, actionCode }: { cancelReasonText: any; cancelReasonId: any; actionCode: any; }) => void; onDeleteOrder: ({ ctx, component, componentUid }: { ctx: any; component: any; componentUid: any; }, { data, actionCode }: { data: any; actionCode: any; }) => void; onNotifyDelivery: ({ ctx, component, componentUid, }: { ctx: any; component: any; componentUid: any; }, { data, actionCode }: { data: any; actionCode: any; }) => void; onPay: ({ ctx, component, componentUid }: { ctx: any; component: any; componentUid: any; }, { data, actionCode }: { data: any; actionCode: any; }) => void; onLoadMore: ({ ctx, component, componentUid, componentFields, }: { ctx: any; component: any; componentUid: any; componentFields: any; }, end: any) => void; }; export default _default;