rich_editor/lib/rich_editor.dart
2021-06-03 00:32:29 +01:00

7 lines
175 B
Dart

library rich_editor;
export 'src/rendering/rich_editor.dart';
export 'src/widgets/editor_tool_bar.dart';
export 'src/widgets/tab_button.dart';
export 'src/models/enum.dart';