// @ts-nocheck import React from 'react'; import { MoneyInDialogProvider } from './MoneyInDialogProvider'; import MoneyInForm from './MoneyInForm'; /** * Money in dialog content. */ export default function MoneyInDialogContent({ // #ownProps dialogName, accountId, accountType, }) { return ( ); }