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.

17 lines (15 loc) 823 B
import { detectDupes } from '@liveblocks/core'; import { PKG_NAME, PKG_VERSION, PKG_FORMAT } from './version.js'; export { Comment } from './components/Comment.js'; export { Composer } from './components/Composer.js'; export { HistoryVersionSummary } from './components/HistoryVersionSummary.js'; export { HistoryVersionSummaryList } from './components/HistoryVersionSummaryList.js'; export { InboxNotification } from './components/InboxNotification.js'; export { InboxNotificationList } from './components/InboxNotificationList.js'; export { Thread } from './components/Thread.js'; export { LiveblocksUIConfig } from './config.js'; import * as icon from './icon.js'; export { icon as Icon }; export { useOverrides } from './overrides.js'; detectDupes(PKG_NAME, PKG_VERSION, PKG_FORMAT); //# sourceMappingURL=index.js.map