mirror of
https://github.com/crater-invoice/crater.git
synced 2026-02-08 03:42:41 -05:00
Add New SweetAlert & Notification Components
This commit is contained in:
committed by
Mohit Panjwani
parent
3f7db2793f
commit
c3d3e5e35f
@@ -0,0 +1,5 @@
|
||||
export const notificationActive = (state) => state.active
|
||||
export const notificationTitle = (state) => state.title
|
||||
export const notificationMessage = (state) => state.message
|
||||
export const notificationAutoHide = (state) => state.autoHide
|
||||
export const notificationType = (state) => state.type
|
||||
Reference in New Issue
Block a user