UNPKG

@atlaskit/select

Version:

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

8 lines (7 loc) 279 B
import { type JSX } from 'react'; import { type ControlProps, type OptionType } from '../types'; /** * __Dummy control__ * Overrides the default DummyControl component in Select. */ export declare const DummyControl: (props: ControlProps<OptionType, boolean>) => JSX.Element;