UNPKG

@talend/react-containers

Version:

Provide connected components aka containers for @talend/react-cmf based on @talend/react-components.

11 lines (10 loc) 363 B
import EditableText from './EditableText.connect'; /** * Return the editMode attr from the state of editable text id given. * @param {object} state * @param {string} idComponent */ export function getEditMode(state, idComponent) { return EditableText.getState(state, idComponent).get('editMode', false); } //# sourceMappingURL=EditableText.selectors.js.map