UNPKG

@talend/react-containers

Version:

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

7 lines (6 loc) 204 B
/** * Return the editMode attr from the state of editable text id given. * @param {object} state * @param {string} idComponent */ export function getEditMode(state: object, idComponent: string): any;