Skip to content

Commit

Permalink
Export editor props
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie-n committed Jun 18, 2024
1 parent 7be6eb6 commit 23e074c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form/components/FormRichText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import React, {
import Quill from 'quill';


interface QuillEditorProps{
export interface QuillEditorProps{
className?: string,
style?: CSSProperties,
id?: string,
Expand Down

0 comments on commit 23e074c

Please sign in to comment.