UNPKG

315 BTypeScriptView Raw
1/**
2 * The foundation for building custom-styled multi-selection select components.
3 *
4 * @deprecated The multi-select functionality is now available in the Select component. Replace <MultiSelect> with <Select multiple /> in your code.
5 * @ignore - do not document.
6 */
7export default function MultiSelect(): null;