UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

7 lines (6 loc) 222 B
import * as Actions from '../../jobs/actions'; export interface JobSortState { field: string; order: Actions.JobSortOrder; } export declare const jobSortReducer: (state: JobSortState, action: any) => JobSortState;