14 lines
577 B
TypeScript
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;
|