@codetanzania/emis-api-states
Version:
EMIS Redux state management library
24 lines (21 loc) • 447 B
JavaScript
import generateExposedActions from '../factories/action';
import { actions, dispatch } from '../store';
const planActions = generateExposedActions('plan', actions, dispatch);
export const {
clearPlanFilters,
clearPlansSort,
closePlanForm,
deletePlan,
filterPlans,
getPlans,
getPlan,
selectPlan,
openPlanForm,
paginatePlans,
postPlan,
putPlan,
refreshPlans,
searchPlans,
setPlanSchema,
sortPlans,
} = planActions;