Skip to content

Commit

Permalink
docs: gen types
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek committed Jun 6, 2024
1 parent 1011510 commit c41d6c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/oruga/src/components/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,8 @@ In addition, any CSS selector string or an actual DOM node can be used. */
mobileBreakpoint: string;
/** Role attribute to be passed to the div wrapper for better accessibility. */
ariaRole: string;
/** Show an overlay */
overlay: boolean;
/** Size of close icon */
closeIconSize: string;
/** Trap focus inside the modal */
Expand Down

0 comments on commit c41d6c7

Please sign in to comment.