UNPKG

acklen-keystone

Version:

Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose

10 lines (8 loc) 205 B
import notification from './feedback/notification'; const createNotification = (type, message, description) => { notification[type]({ message, description, }); }; export default createNotification;