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

12 lines (7 loc) 467 B
'use strict'; var withErrorBoundary = require('./withErrorBoundary/withErrorBoundary.cjs'); var withErrorBoundaryForwardRef = require('./withErrorBoundary/withErrorBoundaryForwardRef.cjs'); var withUploader = require('./withUploader/withUploader.cjs'); exports.withErrorBoundary = withErrorBoundary.withErrorBoundary; exports.withErrorBoundaryForwardRef = withErrorBoundaryForwardRef.withErrorBoundaryForwardRef; exports.withUploader = withUploader.withUploader;