UNPKG

@logux/actions

Version:

Types and action creators for build-in Logux actions

8 lines (4 loc) 252 B
import { defineAction } from '../define-action/index.js' export const loguxSubscribe = defineAction('logux/subscribe') export const loguxSubscribed = defineAction('logux/subscribed') export const loguxUnsubscribe = defineAction('logux/unsubscribe')