UNPKG

@selfcommunity/react-ui

Version:

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

5 lines (4 loc) 174 B
import Editor, { EditorProps, EditorRef } from './Editor'; export default Editor; import EditorSkeleton from './Skeleton'; export { EditorProps, EditorRef, EditorSkeleton };