UNPKG

bro-toastify

Version:

A framework-agnostic toast notification library

9 lines (8 loc) 303 B
import './index.css'; export * from './core/bro-toastify'; export * from './core/types'; import * as ReactAdapter from './adapters/react'; export declare const React: typeof ReactAdapter; export { Toaster } from './adapters/react'; import toast from './core/bro-toastify'; export default toast;