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

3 lines
148 B
JavaScript

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