13 lines
463 B
TypeScript
13 lines
463 B
TypeScript
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<import("../../../oak-app-domain").EntityDict, "account", false, {
|
|
depositMinCent: number;
|
|
depositMaxCent: number;
|
|
onGoToUnfinishedPay: (payId: string) => void;
|
|
onWithdraw: () => void;
|
|
textColor: string;
|
|
priceColor: string;
|
|
bgColor: string;
|
|
preWithdraw: () => boolean;
|
|
onGoToHistory: () => void;
|
|
}>) => React.ReactElement;
|
|
export default _default;
|