UNPKG

adminjs

Version:
5 lines 141 B
export const SET_NOTICE_PROGRESS = 'SET_NOTICE_PROGRESS'; export const setNoticeProgress = data => ({ type: SET_NOTICE_PROGRESS, data });