|
@@ -7,12 +7,10 @@ from typing import Any, Dict, Literal, Optional, Union, overload
|
|
|
from reflex.vars import Var, BaseVar, ComputedVar
|
|
|
from reflex.event import EventChain, EventHandler, EventSpec
|
|
|
from reflex.style import Style
|
|
|
-from typing import Literal, Union
|
|
|
+from typing import Union
|
|
|
from reflex.vars import Var
|
|
|
from ..base import CommonMarginProps, RadixThemesComponent
|
|
|
|
|
|
-LiteralSwitchSize = Literal["1", "2", "3", "4"]
|
|
|
-
|
|
|
class AspectRatio(CommonMarginProps, RadixThemesComponent):
|
|
|
@overload
|
|
|
@classmethod
|