UNPKG

@selfcommunity/react-ui

Version:

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

5 lines (4 loc) 189 B
import Event, { EventProps } from './Event'; import EventSkeleton, { EventSkeletonProps } from './Skeleton'; export default Event; export { EventProps, EventSkeleton, EventSkeletonProps };