unbreak cond why not
This commit is contained in:
parent
8173e10698
commit
84d3a2bb97
@ -90,3 +90,9 @@ def color_mode_cond(light: Any, dark: Any = None) -> Var | Component:
|
|||||||
light,
|
light,
|
||||||
dark,
|
dark,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
class Cond:
|
||||||
|
"""Create a conditional component or Prop."""
|
||||||
|
|
||||||
|
create = staticmethod(cond)
|
||||||
|
Loading…
Reference in New Issue
Block a user