UNPKG

@assystant/notistack

Version:

Highly customizable notification snackbars (toasts) that can be stacked on top of each other

9 lines (6 loc) 196 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./notistack.cjs.production.min.js') } else { module.exports = require('./notistack.cjs.development.js') }