UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

6 lines 288 B
import arrayWithHoles from "./arrayWithHoles"; import iterableToArrayLimit from "./iterableToArrayLimit"; import nonIterableRest from "./nonIterableRest"; export default function _slicedToArray(arr, i) { return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || nonIterableRest(); }