UNPKG

@totalsoft/rocket-ui

Version:

A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.

3 lines (2 loc) 182 B
declare const usePromiseToast: () => (promise: Promise<unknown>, pending: string | object, success: string | object, error: string | object) => void; export default usePromiseToast;