UNPKG

lml-main

Version:

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

5 lines (4 loc) 337 B
import { AppState } from '../../common/reducers'; import { JobLabelServiceCentreOption } from '../data'; export declare const getServiceCentreSelectOptions: (state: AppState) => JobLabelServiceCentreOption[]; export declare const getServiceCentreSelectOptionsByRegion: (state: AppState, region: string) => JobLabelServiceCentreOption[];