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.
|
/*
|
|
* @Description: 导出 ReactQuill
|
|
* @Author: tangjiang
|
|
* @Github:
|
|
* @Date: 2019-12-09 09:08:24
|
|
* @LastEditors: tangjiang
|
|
* @LastEditTime: 2019-12-16 11:37:13
|
|
*/
|
|
import ReactQuill from './ReactQuill';
|
|
import useQuill from './useQuill';
|
|
|
|
export default ReactQuill;
|
|
export { useQuill };
|