first commit
This commit is contained in:
13
frontend/node_modules/rc-cascader/es/OptionList/index.js
generated
vendored
Normal file
13
frontend/node_modules/rc-cascader/es/OptionList/index.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import _extends from "@babel/runtime/helpers/esm/extends";
|
||||
import { useBaseProps } from 'rc-select';
|
||||
import * as React from 'react';
|
||||
import RawOptionList from "./List";
|
||||
var RefOptionList = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
||||
var baseProps = useBaseProps();
|
||||
|
||||
// >>>>> Render
|
||||
return /*#__PURE__*/React.createElement(RawOptionList, _extends({}, props, baseProps, {
|
||||
ref: ref
|
||||
}));
|
||||
});
|
||||
export default RefOptionList;
|
||||
Reference in New Issue
Block a user