@veltdev/react
Version:
Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.
28 lines (27 loc) • 4.53 kB
TypeScript
export { default } from "./VeltCommentsSidebarV2";
export { default as VeltCommentsSidebarV2Skeleton } from "./VeltCommentsSidebarV2Skeleton";
export { default as VeltCommentsSidebarV2Panel } from "./VeltCommentsSidebarV2Panel";
export { default as VeltCommentsSidebarV2Header } from "./VeltCommentsSidebarV2Header";
export { default as VeltCommentsSidebarV2CloseButton } from "./VeltCommentsSidebarV2CloseButton";
export { default as VeltCommentsSidebarV2EmptyPlaceholder } from "./VeltCommentsSidebarV2EmptyPlaceholder";
export { default as VeltCommentsSidebarV2ResetFilterButton } from "./VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton";
export { default as VeltCommentsSidebarV2List } from "./VeltCommentsSidebarV2List";
export { default as VeltCommentsSidebarV2ListItem } from "./VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem";
export { default as VeltCommentsSidebarV2PageModeComposer } from "./VeltCommentsSidebarV2PageModeComposer";
export { default as VeltCommentsSidebarV2FocusedThread } from "./VeltCommentsSidebarV2FocusedThread";
export { default as VeltCommentsSidebarV2FocusedThreadBackButton } from "./VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton";
export { default as VeltCommentsSidebarV2FocusedThreadDialogContainer } from "./VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer";
export { default as VeltCommentsSidebarV2MinimalActionsDropdown } from "./VeltCommentsSidebarV2MinimalActionsDropdown";
export { default as VeltCommentsSidebarV2MinimalActionsDropdownTrigger } from "./VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger";
export { default as VeltCommentsSidebarV2MinimalActionsDropdownContent } from "./VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent";
export { default as VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead } from "./VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead";
export { default as VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved } from "./VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved";
export { default as VeltCommentsSidebarV2FilterDropdown } from "./VeltCommentsSidebarV2FilterDropdown";
export { default as VeltCommentsSidebarV2FilterDropdownTrigger } from "./VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger";
export { default as VeltCommentsSidebarV2FilterDropdownContent } from "./VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent";
export { default as VeltCommentsSidebarV2FilterDropdownContentList } from "./VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList";
export { default as VeltCommentsSidebarV2FilterDropdownContentListItem } from "./VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem";
export { default as VeltCommentsSidebarV2FilterDropdownContentListItemIndicator } from "./VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator";
export { default as VeltCommentsSidebarV2FilterDropdownContentListItemLabel } from "./VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel";
export { default as VeltCommentsSidebarV2FilterDropdownContentListCategory } from "./VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory";
export { default as VeltCommentsSidebarV2FilterDropdownContentListCategoryContent } from "./VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent";