oak-pay-business/es/components/deposit/new/index.d.ts

14 lines
577 B
TypeScript

import { PayChannel } from "../../../types/Pay";
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<import("../../../oak-app-domain").EntityDict, keyof import("../../../oak-app-domain").EntityDict, boolean, {
accountId: string;
depositMinCent: number;
depositMaxCent: number;
price: number | null;
channel: PayChannel | null;
onSetPrice: (price: null | number) => void;
onSetChannel: (channel: PayChannel) => void;
loss: [number, string, any];
focus: boolean;
}>) => React.ReactElement;
export default _default;