Skip to content

Commit

Permalink
remove duplicate type
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshatJawne committed Dec 2, 2024
1 parent 0f3de66 commit bf9f979
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/ui/src/deephaven/ui/components/types/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@
"large",
]
MenuDirection = Literal["bottom", "top"]
DividerSize = Literal["S", "M", "L"]
IconSize = Literal["XXS", "XS", "S", "M", "L", "XL", "XXL"]
IconColor = Literal["negative", "notice", "positive", "informative"]
ObjectFit = Literal["fill", "contain", "cover", "none", "scale-down"]

0 comments on commit bf9f979

Please sign in to comment.