8000 fix(CModal): add scrollable attribute to type definitions - thanks @p… · inpyokim/coreui-react@7d03dfc · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7d03dfc

Browse files
pehlertxidedix
authored andcommitted
fix(CModal): add scrollable attribute to type definitions - thanks @pehlert
1 parent 29b2471 commit 7d03dfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,7 @@ interface CModal extends Omit< HTMLPropsNoClassName, 'size'> {
645645
closeOnBackdrop?: boolean;
646646
onClose?: Function;
647647
addContentClass?: string;
648+
scrollable?: boolean;
648649
}
649650

650651
interface CModalBody extends HTMLPropsNoClassName {

0 commit comments

Comments
 (0)
0