import { daffContactStateReducer } from '@daffodil/contact/state'
function daffContactStateReducer(
state: DaffContactState = daffContactReducerInitialState
action: DaffContactActions
): DaffContactState
| Parameter | state: DaffContactState |
|---|---|
| Default | daffContactReducerInitialState |
| Description |
| Parameter | action: DaffContactActions |
|---|---|
| Description |