'use client'; var warnedOnce = false; var warn = function 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. */ export function MultiSelect() { warn(); return null; }