| 1 | import React from 'react'; |
| 2 | import Select from '../src'; |
| 3 | import { convertChildrenToData } from '../src/utils/legacyUtil'; |
| 4 | import { flattenOptions, getSeparatedContent } from '../src/utils/valueUtil'; |
nothing calls this directly
no test coverage detected