@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.
25 lines (24 loc) • 4.63 kB
TypeScript
export { default } from "./VeltInlineCommentsSection";
export { default as VeltInlineCommentsSectionCommentCount } from "./VeltInlineCommentsSectionCommentCount";
export { default as VeltInlineCommentsSectionComposerContainer } from "./VeltInlineCommentsSectionComposerContainer";
export { default as VeltInlineCommentsSectionList } from "./VeltInlineCommentsSectionList";
export { default as VeltInlineCommentsSectionPanel } from "./VeltInlineCommentsSectionPanel";
export { default as VeltInlineCommentsSectionSkeleton } from "./VeltInlineCommentsSectionSkeleton";
export { default as VeltInlineCommentsSectionFilterDropdown } from "./VeltInlineCommentsSectionFilterDropdown";
export { default as VeltInlineCommentsSectionFilterDropdownTrigger } from "./VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownTrigger";
export { default as VeltInlineCommentsSectionFilterDropdownTriggerArrow } from "./VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownTrigger/VeltInlineCommentsSectionFilterDropdownTriggerArrow";
export { default as VeltInlineCommentsSectionFilterDropdownTriggerName } from "./VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownTrigger/VeltInlineCommentsSectionFilterDropdownTriggerName";
export { default as VeltInlineCommentsSectionFilterDropdownContent } from "./VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent";
export { default as VeltInlineCommentsSectionFilterDropdownContentList } from "./VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent/VeltInlineCommentsSectionFilterDropdownContentList";
export { default as VeltInlineCommentsSectionFilterDropdownContentListItem } from "./VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent/VeltInlineCommentsSectionFilterDropdownContentList/VeltInlineCommentsSectionFilterDropdownContentListItem";
export { default as VeltInlineCommentsSectionFilterDropdownContentListItemCheckbox } from "./VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent/VeltInlineCommentsSectionFilterDropdownContentList/VeltInlineCommentsSectionFilterDropdownContentListItem/VeltInlineCommentsSectionFilterDropdownContentListItemCheckbox";
export { default as VeltInlineCommentsSectionFilterDropdownContentListItemLabel } from "./VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent/VeltInlineCommentsSectionFilterDropdownContentList/VeltInlineCommentsSectionFilterDropdownContentListItem/VeltInlineCommentsSectionFilterDropdownContentListItemLabel";
export { default as VeltInlineCommentsSectionSortingDropdown } from "./VeltInlineCommentsSectionSortingDropdown";
export { default as VeltInlineCommentsSectionSortingDropdownTrigger } from "./VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownTrigger";
export { default as VeltInlineCommentsSectionSortingDropdownTriggerIcon } from "./VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownTrigger/VeltInlineCommentsSectionSortingDropdownTriggerIcon";
export { default as VeltInlineCommentsSectionSortingDropdownTriggerName } from "./VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownTrigger/VeltInlineCommentsSectionSortingDropdownTriggerName";
export { default as VeltInlineCommentsSectionSortingDropdownContent } from "./VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent";
export { default as VeltInlineCommentsSectionSortingDropdownContentItem } from "./VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent/VeltInlineCommentsSectionSortingDropdownContentItem";
export { default as VeltInlineCommentsSectionSortingDropdownContentItemIcon } from "./VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent/VeltInlineCommentsSectionSortingDropdownContentItem/VeltInlineCommentsSectionSortingDropdownContentItemIcon";
export { default as VeltInlineCommentsSectionSortingDropdownContentItemName } from "./VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent/VeltInlineCommentsSectionSortingDropdownContentItem/VeltInlineCommentsSectionSortingDropdownContentItemName";
export { default as VeltInlineCommentsSectionSortingDropdownContentItemTick } from "./VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent/VeltInlineCommentsSectionSortingDropdownContentItem/VeltInlineCommentsSectionSortingDropdownContentItemTick";