Skip to content

Commit

Permalink
JSDocs correction
Browse files Browse the repository at this point in the history
  • Loading branch information
r100-stack committed Feb 11, 2025
1 parent 40592f7 commit 14a42fa
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,11 @@ type RootProps = {
*
* The 'inherit' option is intended to be used by packages, to enable incremental adoption
* of iTwinUI while respecting the theme set by the consuming app. It will fall back to 'light'
* if no parent theme is found. Additionally, it will attempt to inherit `themeOptions.highContrast`,
* `portalContainer`, and `future.themeBridge` (if possible).
* if no parent theme is found. Additionally, it will attempt to inherit `themeOptions.highContrast`
* and `portalContainer` (if possible).
*
* `future.themeBridge` will be inherited regardless of `theme` value. To disable it, explicitly set
* `future.themeBridge` to false.
*
* @default 'inherit'
*/
Expand Down

0 comments on commit 14a42fa

Please sign in to comment.