UNPKG

@atlaskit/select

Version:

Select allows users to make a single selection or multiple selections from a list of options.

4 lines (3 loc) 127 B
import type createSelect from './create-select'; declare const Select: ReturnType<typeof createSelect>; export default Select;