UNPKG

patternplate-client

Version:

Universal javascript client application for patternplate

3 lines (2 loc) 136 B
import {createAction} from 'redux-actions'; export default createAction('DEMO_CONTENT_RESIZE', ({width, height}) => ({width, height}));