0

enter image description here

ReactQuill types file for the reference: https://github.com/zenoamaro/react-quill/blob/v1.3.3/types.d.ts

edtsech
  • 1,167
  • 2
  • 11
  • 17

1 Answers1

1
import * as ReactQuill from 'react-quill'

try this. For further reference check here https://github.com/zenoamaro/react-quill#import-the-component

Hemanath
  • 1,075
  • 6
  • 15
  • Thanks! Getting this error in that case: `has no exported member 'ComponentProps'.ts` when using `ReactQuill.ComponentProps` – edtsech Aug 19 '19 at 12:30
  • can you please share your full code, i want to know how you are trying to use 'ComponentProps'. – Hemanath Aug 19 '19 at 13:18
  • Sorry, here is the gist: https://gist.github.com/edtsech/0189cecb493a82e02758b60ceea2dfca#file-customquill-tsx Errors are listed in the comments. – edtsech Aug 19 '19 at 13:52