UNPKG

@sofaws/dapp-core

Version:

A library to hold the main logic for a dapp on the Elrond Network

4 lines 213 B
/// <reference types="react" /> import { CustomToastPropsType } from './customToast.types'; export declare const CustomToast: (props: CustomToastPropsType) => JSX.Element; //# sourceMappingURL=CustomToast.d.ts.map