headergroup.js 158 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 export const cloneElement = (element) => ({ type: 'CLONE_ELEMENT', element }) export const deleteLastElement = () => ({ type: 'DELETE_LAST_ELEMENT' })