UNPKG

react-snackbars-stack

Version:

A simple and flexible stackable snackbars for React

5 lines (4 loc) 222 B
import React from 'react'; import { SlideProps } from '@mui/material'; import { JSX } from 'react/jsx-runtime'; export declare const SlideTransition: (props: JSX.IntrinsicAttributes & SlideProps) => React.JSX.Element;