Skip to content

Commit

Permalink
fix(CModal): add scrollable attribute to type definitions - thanks @p…
Browse files Browse the repository at this point in the history
  • Loading branch information
pehlert authored and xidedix committed Jan 20, 2021
1 parent 29b2471 commit 7d03dfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.d.ts
Expand Up @@ -645,6 +645,7 @@ interface CModal extends Omit< HTMLPropsNoClassName, 'size'> {
closeOnBackdrop?: boolean;
onClose?: Function;
addContentClass?: string;
scrollable?: boolean;
}

interface CModalBody extends HTMLPropsNoClassName {
Expand Down

0 comments on commit 7d03dfc

Please sign in to comment.