@crpt/react-utils
Version:
A useful kit for daily using
13 lines (10 loc) • 735 B
JavaScript
import * as constants from './constants';
import { nest } from './hocs';
import { collectProps, compose, curry, customPropTypes, findDOMNode, getBoundingClientRect, getChildren, getComponentProps, getDisplayName, getElementType, getPropWith, isValidChildren, mergeProps, pickElementProps, pickHTMLProps, pickPropsWith, pickSVGProps, pipe, pipeRight, resetProp, uniqueKey } from './lib';
export {
// constants
constants,
// hocs
nest,
// lib
collectProps, compose, curry, customPropTypes, findDOMNode, getBoundingClientRect, getChildren, getComponentProps, getDisplayName, getElementType, getPropWith, isValidChildren, mergeProps, pickElementProps, pickHTMLProps, pickPropsWith, pickSVGProps, pipe, pipeRight, resetProp, uniqueKey };