@uiw-admin/components
Version:
16 lines • 533 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
var _excluded = ["option"];
import React from 'react';
import { SearchTree } from 'uiw';
import { jsx as _jsx } from "react/jsx-runtime";
var SearchTreePro = _ref => {
var {
option
} = _ref,
others = _objectWithoutPropertiesLoose(_ref, _excluded);
return /*#__PURE__*/_jsx(SearchTree, _extends({
options: option
}, others));
};
export default SearchTreePro;