UNPKG

@multiversx/sdk-dapp-swap

Version:

A library to hold the main logic for swapping between tokens on the MultiversX blockchain

11 lines 445 B
import React from 'react'; import { FormikErrors, FormikTouched } from 'formik'; declare type SwapFormInputValidationErrorDisplayProps = { fieldName: string; className?: string; errors: FormikErrors<object>; touched: FormikTouched<object>; }; export declare const SwapFormInputValidationErrorDisplay: React.FC<SwapFormInputValidationErrorDisplayProps>; export {}; //# sourceMappingURL=SwapFormInputValidationErrorDisplay.d.ts.map