UNPKG

@sofaws/dapp-core

Version:

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

8 lines 360 B
import { CustomToastPropsType } from '../customToast.types'; interface UseRemoveCustomToastType { duration: CustomToastPropsType['duration']; onDelete: CustomToastPropsType['onDelete']; } export declare const useRemoveCustomToast: ({ duration, onDelete }: UseRemoveCustomToastType) => void; export {}; //# sourceMappingURL=useRemoveCustomToast.d.ts.map