Skip to content

Commit 23e074c

Browse files
committed
Export editor props
1 parent 7be6eb6 commit 23e074c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form/components/FormRichText.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import React, {
88
import Quill from 'quill';
99

1010

11-
interface QuillEditorProps{
11+
export interface QuillEditorProps{
1212
className?: string,
1313
style?: CSSProperties,
1414
id?: string,

0 commit comments

Comments
 (0)