@talend/react-containers
Version:
Provide connected components aka containers for @talend/react-cmf based on @talend/react-components.
13 lines (12 loc) • 393 B
TypeScript
/**
* Selector on the state from the filter id given.
* @param {object} state
* @param {string} idComponent
*/
export function getComponentState(state: object, idComponent: string): any;
/**
* Return the filterInputValue attr from the state of filter id given.
* @param {object} state
* @param {string} idComponent
*/
export function getQuery(state: object, idComponent: string): any;