@multiversx/sdk-dapp-swap
Version:
A library to hold the main logic for swapping between tokens on the MultiversX blockchain
11 lines • 445 B
TypeScript
import React from 'react';
import { FormikErrors, FormikTouched } from 'formik';
declare type SwapFormInputValidationErrorDisplayProps = {
fieldName: string;
errors: FormikErrors<object>;
touched: FormikTouched<object>;
className?: string;
};
export declare const SwapFormInputValidationErrorDisplay: React.FC<SwapFormInputValidationErrorDisplayProps>;
export {};
//# sourceMappingURL=SwapFormInputValidationErrorDisplay.d.ts.map