UNPKG

@logux/actions

Version:

Types and action creators for build-in Logux actions

6 lines (3 loc) 173 B
import { defineAction } from '../define-action/index.js' export const loguxProcessed = defineAction('logux/processed') export const loguxUndo = defineAction('logux/undo')