| 2 | import cn from 'classnames'; |
| 3 | |
| 4 | interface ImageEditorProps { |
| 5 | title: string; |
| 6 | content: string; |
| 7 | isCurrentVersion: boolean; |
| 8 | currentVersionIndex: number; |
| 9 | status: string; |
| 10 | isInline: boolean; |
| 11 | } |
| 12 | |
| 13 | export function ImageEditor({ |
| 14 | title, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…