UNPKG

@atlaskit/select

Version:

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

4 lines (3 loc) 223 B
import React from 'react'; import { type OptionType, type SelectProps } from './types'; export declare const RadioSelect: React.MemoExoticComponent<({ components, ...props }: SelectProps<OptionType>) => React.JSX.Element>;