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

3 lines
176 B
JavaScript

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