All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ducks.models.form.selectors.ts Maven / Gradle / Ivy

The newest version!
import get from 'lodash/get'

import { State } from '../../State'

export const getFormDataSelector = (state: State, path: string) => get(state, `models.${path}`, null)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy