@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.
19 lines (17 loc) • 921 B
JavaScript
import { detectDupes } from '@liveblocks/core';
import { PKG_NAME, PKG_VERSION, PKG_FORMAT } from './version.js';
export { AiChat } from './components/AiChat.js';
export { AiTool } from './components/AiTool.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