oak-pay-business/es/components/offlineAccount/upsert/web.pc.d.ts

7 lines
349 B
TypeScript

import { EntityDict } from "../../../oak-app-domain";
import { RowWithActions, WebComponentProps } from "oak-frontend-base";
import React from 'react';
export default function render(props: WebComponentProps<EntityDict, 'offlineAccount', false, {
offlineAccount: RowWithActions<EntityDict, 'offlineAccount'>;
}>): React.JSX.Element | undefined;