Skip to content

Commit

Permalink
mui-x-tree-view.version=7.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aerialist7 committed Jun 2, 2024
1 parent d4027c7 commit 78f2fc0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mui-base.version=5.0.0-beta.47
mui-system.version=5.15.15
mui-lab.version=5.0.0-alpha.170
mui-x-date-pickers.version=5.0.20
mui-x-tree-view.version=7.2.0
mui-x-tree-view.version=7.5.1
# Flags
org.gradle.jvmargs=-Xms2g -Xmx4g
org.gradle.parallel=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ sealed external interface TreeItemClasses {

/** Styles applied to the label element. */
val label: ClassName

/** Styles applied to the checkbox element. */
val checkbox: ClassName
}

external val treeItemClasses: TreeItemClasses
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 78f2fc0

Please sign in to comment.