UNPKG

contiago-toolbar

Version:

One of the options for outputting content from contiago xml-server

7 lines (4 loc) 142 B
import { SET_SHOW_MODAL, } from './constants'; export const setShowModal = (showModal) => ({ type: SET_SHOW_MODAL, payload: showModal });