Skip to content

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

Diff for: src/index.d.ts

+1
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)