UNPKG

adminjs

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