import { daffGeographyReducer } from '@daffodil/geography/state'
function daffGeographyReducer<T extends DaffCountry>(
state: DaffGeographyReducerState = daffGeographyInitialState
action: DaffGeographyActions<T>
): DaffGeographyReducerState
| Parameter | state: DaffGeographyReducerState |
|---|---|
| Default | daffGeographyInitialState |
| Description |
| Parameter | action: DaffGeographyActions |
|---|---|
| Description |