import { daffNewsletterStateReducer } from '@daffodil/newsletter/state'
function daffNewsletterStateReducer(
state: DaffNewsletterState = daffNewsletterReducerInitialState
action: DaffNewsletterActions
): DaffNewsletterState
| Parameter | state: DaffNewsletterState |
|---|---|
| Default | daffNewsletterReducerInitialState |
| Description |
| Parameter | action: DaffNewsletterActions |
|---|---|
| Description |