mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 20:00:49 +08:00
14 lines
295 B
JavaScript
14 lines
295 B
JavaScript
/*
|
|
* @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 };
|