You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.js 206B

1234567
  1. import RichTextEditor from './src/RichTextEditor';
  2. import RichTextToolbar from './src/RichTextToolbar';
  3. import {actions} from './src/const';
  4. module.exports = {
  5. RichTextEditor, RichTextToolbar, actions
  6. }