"use strict"; 'use client'; Object.defineProperty(exports, "__esModule", { value: true }); exports.MultiSelect = MultiSelect; let warnedOnce = false; const warn = () => { if (!warnedOnce) { console.error(['Base UI: The MultiSelect component was removed from the library.', '', 'The multi-select functionality is now available in the Select component.', 'Replace with in your code. * @ignore - do not document. */ function MultiSelect() { warn(); return null; }