UNPKG

lml-main

Version:

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

8 lines 333 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const cosmo_redux_api_1 = require("@lml/cosmo-redux-api"); exports.getRegionSelectOptions = (state) => cosmo_redux_api_1.getJobLabelRegionArray(state).map((item) => ({ label: item.name, data: item, })); //# sourceMappingURL=job-label-regions.js.map