Files
dry-wash-pl/src/containers/LandingThemeProvider/toast-options.ts
2025-01-21 17:29:56 +03:00

8 lines
181 B
TypeScript

import { ToastProviderProps } from "@chakra-ui/react";
export const toastOptions: ToastProviderProps = {
defaultOptions: {
position: 'top-right',
isClosable: true,
}
};