@selfcommunity/react-templates
Version:
React Templates Components to integrate a Community created with SelfCommunity.
17 lines (16 loc) • 2.12 kB
TypeScript
import Category, { CategoryProps, CategorySkeleton } from './components/Category';
import CategoryFeed, { CategoryFeedProps, CategoryFeedSkeleton } from './components/CategoryFeed';
import ExploreFeed, { ExploreFeedProps, ExploreFeedSkeleton } from './components/ExploreFeed';
import FeedObjectDetail, { FeedObjectDetailProps, FeedObjectDetailSkeleton } from './components/FeedObjectDetail';
import MainFeed, { MainFeedProps, MainFeedSkeleton } from './components/MainFeed';
import NotificationFeed, { NotificationFeedProps, NotificationFeedSkeleton } from './components/NotificationFeed';
import UserFeed, { UserFeedProps, UserFeedSkeleton } from './components/UserFeed';
import UserProfile, { UserProfileProps, UserProfileSkeleton } from './components/UserProfile';
import LoyaltyProgramDetail, { LoyaltyProgramDetailProps, LoyaltyProgramDetailSkeleton } from './components/LoyaltyProgramDetail';
import Group, { GroupProps, GroupSkeleton } from './components/Group';
import GroupFeed, { GroupFeedProps, GroupFeedSkeleton } from './components/GroupFeed';
import Event, { EventProps, EventSkeleton } from './components/Event';
import EventFeed, { EventFeedProps, EventFeedSkeleton } from './components/EventFeed';
import Lesson, { LessonProps } from './components/Lesson';
import Course, { CourseProps, TeacherSkeleton, StudentSkeleton } from './components/Course';
export { Category, CategoryProps, CategorySkeleton, CategoryFeed, CategoryFeedProps, CategoryFeedSkeleton, Course, CourseProps, TeacherSkeleton, StudentSkeleton, ExploreFeed, ExploreFeedProps, ExploreFeedSkeleton, FeedObjectDetail, FeedObjectDetailProps, FeedObjectDetailSkeleton, MainFeed, MainFeedProps, MainFeedSkeleton, NotificationFeed, NotificationFeedProps, NotificationFeedSkeleton, UserFeed, UserFeedProps, UserFeedSkeleton, UserProfile, UserProfileProps, UserProfileSkeleton, LoyaltyProgramDetail, LoyaltyProgramDetailProps, LoyaltyProgramDetailSkeleton, GroupFeed, GroupFeedProps, GroupFeedSkeleton, Group, GroupProps, GroupSkeleton, Event, EventProps, EventSkeleton, EventFeed, EventFeedProps, EventFeedSkeleton, Lesson, LessonProps };