UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

5 lines (4 loc) 192 B
import Feed, { FeedRef, FeedProps, FeedSidebarProps } from './Feed'; import FeedSkeleton from './Skeleton'; export default Feed; export { FeedRef, FeedProps, FeedSkeleton, FeedSidebarProps };