@crpt/react-utils
Version:
A useful kit for daily using
16 lines (10 loc) • 706 B
JavaScript
export { isValidChildren } from './childrenUtils';
export { default as customPropTypes } from './customPropTypes';
export { findDOMNode, getBoundingClientRect } from './domUtils';
export { compose, curry, pipe, pipeRight } from './functionUtils';
export { default as getChildren } from './getChildren';
export { default as getComponentProps } from './getComponentProps';
export { default as getDisplayName } from './getDisplayName';
export { default as getElementType } from './getElementType';
export { collectProps, getPropWith, mergeProps, omitProps, pickElementProps, pickHTMLProps, pickPropsWith, pickSVGProps, resetProp } from './propsUtils';
export { default as uniqueKey } from './uniqueKey';