UNPKG

patternplate-client

Version:

Universal javascript client application for patternplate

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