7 lines
192 B
TypeScript
7 lines
192 B
TypeScript
import { Reducer } from 'redux'
|
|
import { ActionsGeneratorExport } from './src/types'
|
|
|
|
export const reduxTokenAuthReducer: Reducer<{}>
|
|
|
|
export const generateAuthActions: ActionsGeneratorExport
|