import { ToastContainerProps } from "rsuite/esm/toaster/ToastContainer"


export const toastDefaultProps: ToastContainerProps = {
  placement: 'bottomEnd',
  duration: 4000,
}