UNPKG

react-kiwi-dropdown

Version:

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

5 lines (4 loc) 153 B
/** * Flatten nested arrays (max depth is 2) into a non-nested array of non-array items. */ export declare function flatten<T>(items: T[][]): T[];