oom-editor
Version:
Awsome markdown editor for oom community!
13 lines (12 loc) • 899 B
JavaScript
import './index.css';
import reportWebVitals from './reportWebVitals';
export { ButtonWrapper, BoldButtonType, CodeBlockButtonType, ItalicButtonType, LargeHeadingButtonType, QuoteButtonType, StrengthButtonType } from './buttons';
export { EditorTextAreaContext, EditorTitleContext, EditorTextAreaProvider, EditorTitleProvider } from './controller';
export { getBoldText, getStrengthText, getItalicText, getCodeBlock, getHeading, getQuote, getImageFormat, getMutlipleImageFormat, } from './edit';
export { FileUploader } from './edit';
export { BlockQuoteCustom } from "./styles";
export { EditorTextAreaContainer, EditorTextAreaView, EditorTitleView, } from './view';
// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
reportWebVitals();