UNPKG

@atlaskit/select

Version:

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

4 lines (3 loc) 262 B
import type { OptionsOrGroups } from '@atlaskit/react-select/types'; import { type GroupType, type OptionType } from '../types'; export declare const isOptionsGrouped: (arr: OptionsOrGroups<OptionType, GroupType<OptionType>> | undefined) => boolean | undefined;