You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					35 lines
				
				1.4 KiB
			
		
		
			
		
	
	
					35 lines
				
				1.4 KiB
			| 
											3 years ago
										 | import _extends from '@babel/runtime/helpers/esm/extends'; | ||
|  | import * as React from 'react'; | ||
|  | import { forwardRef } from 'react'; | ||
|  | import { S as Select } from '../../dist/Select-40119e12.esm.js'; | ||
|  | import { u as useStateManager } from '../../dist/useStateManager-7e1e8489.esm.js'; | ||
|  | import { u as useAsync } from '../../dist/useAsync-fd9b28d9.esm.js'; | ||
|  | export { u as useAsync } from '../../dist/useAsync-fd9b28d9.esm.js'; | ||
|  | import '@babel/runtime/helpers/objectSpread2'; | ||
|  | import '@babel/runtime/helpers/classCallCheck'; | ||
|  | import '@babel/runtime/helpers/createClass'; | ||
|  | import '@babel/runtime/helpers/inherits'; | ||
|  | import '@babel/runtime/helpers/createSuper'; | ||
|  | import '@babel/runtime/helpers/toConsumableArray'; | ||
|  | import '../../dist/index-a86253bb.esm.js'; | ||
|  | import '@emotion/react'; | ||
|  | import '@babel/runtime/helpers/slicedToArray'; | ||
|  | import '@babel/runtime/helpers/objectWithoutProperties'; | ||
|  | import '@babel/runtime/helpers/typeof'; | ||
|  | import '@babel/runtime/helpers/taggedTemplateLiteral'; | ||
|  | import '@babel/runtime/helpers/defineProperty'; | ||
|  | import 'react-dom'; | ||
|  | import '@floating-ui/dom'; | ||
|  | import 'use-isomorphic-layout-effect'; | ||
|  | import 'memoize-one'; | ||
|  | 
 | ||
|  | var AsyncSelect = /*#__PURE__*/forwardRef(function (props, ref) { | ||
|  |   var stateManagedProps = useAsync(props); | ||
|  |   var selectProps = useStateManager(stateManagedProps); | ||
|  |   return /*#__PURE__*/React.createElement(Select, _extends({ | ||
|  |     ref: ref | ||
|  |   }, selectProps)); | ||
|  | }); | ||
|  | 
 | ||
|  | export default AsyncSelect; |