Skip to content

Commit adf9a1e

Browse files
msc117alexkrolick
authored andcommitted
fix(types.d.ts): add key scrollingContainer to provide typing for feature added in zenoamaro#365 (zenoamaro#402)
1 parent fb28e8e commit adf9a1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ declare namespace ReactQuill {
2222
placeholder?: string;
2323
tabIndex?: number;
2424
bounds?: string | HTMLElement;
25+
scrollingContainer?: string | HTMLElement;
2526
onChange?: (
2627
content: string,
2728
delta: Quill.Delta,

0 commit comments

Comments
 (0)