UNPKG

react-pin-field

Version:

React component for entering PIN codes

4 lines (3 loc) 143 B
import { Action } from './actions'; import { State } from './state'; export declare function reducer(prevState: State, action: Action): State;