UNPKG

@blump-tech/native-base-select

Version:

This module includes a customizable multi-select and a single select component for Native Base. It creates a list of items with the selected item in closed view.

4 lines 220 B
import BTMultiSelect from './components/multi-select/multi-select.component'; import BTSingleSelect from './components/select/select.component'; export { BTMultiSelect, BTSingleSelect }; //# sourceMappingURL=index.js.map