@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
9 lines • 422 B
TypeScript
/// <reference types="react" />
import { CustomToastType } from '../../types/toasts.types';
export declare const getRegisteredCustomIconComponents: (id: string) => () => JSX.Element;
export declare const addNewCustomToast: (props: CustomToastType) => CustomToastType;
export declare const deleteCustomToast: (toastId: string) => {
payload: string;
type: string;
};
//# sourceMappingURL=customToastsActions.d.ts.map