mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-11 23:37:22 +00:00
6 lines
290 B
JavaScript
6 lines
290 B
JavaScript
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
|