UNPKG

apeman-react-select

Version:
20 lines (16 loc) 362 B
/** * apeman react package for select component. * @module apeman-react-select * @version 3.1.1 */ 'use strict' import ApSelectItem from './ap_select_item' import ApSelectLabel from './ap_select_label' import ApSelectStyle from './ap_select_style' import ApSelect from './ap_select' export { ApSelectItem, ApSelectLabel, ApSelectStyle, ApSelect }