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

3 lines
160 B
JavaScript

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