UNPKG

react-floatify

Version:

A lightweight, customizable toast notification library for React.

4 lines 253 B
import "./Toasty.scss"; export { ToastProvider, useToast, type ToastType, type ToastVariant, type ToastSpacing, type ToastSlideFrom, type Position } from "./ToastContext"; export { default as Toasty } from "./Toasty"; //# sourceMappingURL=index.d.ts.map