Removed unused vars

This commit is contained in:
Vy Nguyen 2024-12-04 11:47:21 -08:00
parent 4865bd23a2
commit 00b795d6f3

View File

@ -25,11 +25,6 @@ LiteralStickyType = Literal[
"always", "always",
] ]
LiteralCheckboxSize = Literal["1", "2", "3"]
LiteralCheckboxVariant = Literal["classic", "surface", "soft"]
class ContextMenuRoot(RadixThemesComponent): class ContextMenuRoot(RadixThemesComponent):
"""Menu representing a set of actions, displayed at the origin of a pointer right-click or long-press.""" """Menu representing a set of actions, displayed at the origin of a pointer right-click or long-press."""