UNPKG

@winglet/react-utils

Version:

React utility library providing custom hooks, higher-order components (HOCs), and utility functions to enhance React application development with improved reusability and functionality

6 lines (5 loc) 275 B
export { isClassComponent } from './isClassComponent'; export { isFunctionComponent } from './isFunctionComponent'; export { isMemoComponent } from './isMemoComponent'; export { isReactComponent } from './isReactComponent'; export { isReactElement } from './isReactElement';