We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scrollingContainer
1 parent fb28e8e commit adf9a1eCopy full SHA for adf9a1e
types.d.ts
@@ -22,6 +22,7 @@ declare namespace ReactQuill {
22
placeholder?: string;
23
tabIndex?: number;
24
bounds?: string | HTMLElement;
25
+ scrollingContainer?: string | HTMLElement;
26
onChange?: (
27
content: string,
28
delta: Quill.Delta,
0 commit comments