11 lines
499 B
TypeScript
11 lines
499 B
TypeScript
import { EntityDict } from "../../../oak-app-domain";
|
|
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<EntityDict, keyof EntityDict, boolean, {
|
|
accountId: string;
|
|
withdrawAccountFilter: import("../../../oak-app-domain/WithdrawAccount/Schema").Filter | undefined;
|
|
onNewWithdrawAccount: () => void;
|
|
onCreateWithdraw: (id: string) => void;
|
|
onGoToHistory: () => void;
|
|
onGoToWaManage: () => void;
|
|
}>) => React.ReactElement;
|
|
export default _default;
|