@talend/react-containers
Version:
Provide connected components aka containers for @talend/react-cmf based on @talend/react-components.
17 lines (16 loc) • 748 B
TypeScript
export function mapStateToProps(state: any, ownProps: any): {};
export function mergeProps(stateProps: any, dispatchProps: any, ownProps: any): any;
export function ContainerActionButton(props: any): import("react/jsx-runtime").JSX.Element;
export namespace ContainerActionButton {
let displayName: string;
namespace propTypes {
let actionCreator: PropTypes.Requireable<string>;
let dispatch: PropTypes.Requireable<(...args: any[]) => any>;
let dispatchActionCreator: PropTypes.Requireable<(...args: any[]) => any>;
let model: PropTypes.Requireable<object>;
let payload: PropTypes.Requireable<object>;
}
}
declare const _default: any;
export default _default;
import PropTypes from 'prop-types';