UNPKG

@frontify/fondue

Version:
17 lines (16 loc) 373 B
import { jsxs as i } from "react/jsx-runtime"; const r = ({ item: o }) => { const { data: { id: t, emoji: e } } = o; return /* @__PURE__ */ i("div", { className: "tw-whitespace-nowrap tw-overflow-hidden tw-text-ellipsis", children: [ e, " :", t, ":" ] }); }; export { r as EmojiComboboxItem }; //# sourceMappingURL=EmojiComboboxItem.es.js.map