UNPKG

@liveblocks/react-ui

Version:

A set of React pre-built components for the Liveblocks products. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.

18 lines (15 loc) 481 B
import { jsx } from 'react/jsx-runtime'; import { forwardRef } from 'react'; import { Emoji as Emoji$1 } from '../../primitives/internal/Emoji.js'; import { classNames } from '../../utils/class-names.js'; const Emoji = forwardRef( ({ className, ...props }, forwardedRef) => { return /* @__PURE__ */ jsx(Emoji$1, { className: classNames("lb-emoji", className), ...props, ref: forwardedRef }); } ); export { Emoji }; //# sourceMappingURL=Emoji.js.map