UNPKG

adminjs

Version:
7 lines 136 B
export const DROP_NOTICE = 'DROP_NOTICE'; export const dropNotice = noticeId => ({ type: 'DROP_NOTICE', data: { noticeId } });