forgeplus-react/node_modules/rsuite/es/TreePicker/index.js

3 lines
142 B
JavaScript

import TreePicker from './TreePicker';
import withLocale from '../IntlProvider/withLocale';
export default withLocale(['Picker'])(TreePicker);