oak-pay-business/es/components/wpAccount/config/web.pc.d.ts

9 lines
377 B
TypeScript

import React from 'react';
import { EntityDict } from "../../../oak-app-domain";
import { RowWithActions, WebComponentProps } from "oak-frontend-base";
export default function render(props: WebComponentProps<EntityDict, 'wpAccount', true, {
accounts?: (RowWithActions<EntityDict, 'wpAccount'> & {})[];
systemId: string;
canCreate?: boolean;
}>): React.JSX.Element;