11 lines
456 B
TypeScript
11 lines
456 B
TypeScript
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<import("../../../oak-app-domain").EntityDict, keyof import("../../../oak-app-domain").EntityDict, boolean, {
|
|
depositMax: number;
|
|
onSetPrice: (price: null | number) => void;
|
|
onSetChannel: (channel: string) => void;
|
|
onSetMeta: (meta: any) => void;
|
|
price: number | null;
|
|
channel: string;
|
|
meta: any;
|
|
}>) => React.ReactElement;
|
|
export default _default;
|