oak-pay-business/es/components/withdraw/dry/index.d.ts

22 lines
758 B
TypeScript

import { EntityDict } from "../../../oak-app-domain";
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<EntityDict, keyof EntityDict, boolean, {
createAt: string;
withdrawMethod: "refund" | "channel";
refundData: {
lossExp: string;
channel: string;
priceYuan: string;
lossYuan: string;
finalYuan: string;
iState?: EntityDict['refund']['OpSchema']['iState'];
iStateColor?: string | undefined;
updateAt?: string | undefined;
reason?: string | undefined;
}[];
withdrawExactPrice: string;
t: (k: string, p?: any) => string;
step: 0 | 2 | 1;
iState: string | null | undefined;
}>) => React.ReactElement;
export default _default;