UNPKG

strapi-plugin-content-manager

Version:

A powerful UI to easily manage your data.

10 lines (7 loc) 204 B
import { RESET_PROPS, SET_LAYOUT } from './constants'; export const resetProps = () => ({ type: RESET_PROPS }); export const setLayout = (layout, query) => ({ type: SET_LAYOUT, layout, query, });