import { provide as a } from "vue";
import { MeCollapseKey as t } from "./token.js";
const m = ({ emit: s, currentValue: o }) => (a(t, { name: t, currentValue: o, onChange: (e) => {
const n = e !== o.value ? e : "";
o.value = n, s("change", n);
} }), {});
export {
m as useInitSlots
};