uiwjs / react-textarea-code-editor

A simple code editor with syntax highlighting.
https://uiwjs.github.io/react-textarea-code-editor/
MIT License
476 stars 22 forks source link

How to import `TextareaCodeEditorProps` in v3 +? #170

Closed bombillazo closed 9 months ago

bombillazo commented 9 months ago

Hello, we updated the package but are now having trouble importing the TextareaCodeEditorProps type. What is the proper way to import now?

jaywcjlove commented 9 months ago

@bombillazo Upgrade v3.0.2

bombillazo commented 9 months ago

Thanks!