edtsech
edtsech

Reputation: 1167

Issue importing an interface from ReactQuill namespace

enter image description here

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

Upvotes: 0

Views: 607

Answers (1)

Hemanath
Hemanath

Reputation: 1095

import * as ReactQuill from 'react-quill'

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

Upvotes: 1

Related Questions