
* pyi_generator: avoid fully qualified names for reflex. types The previous method added quite a large line diff to the pyi files, so for now, lets just add the `Breakpoints` import to the default set along with Var, EventHandler, Style and others. * pyi_generator: fix generated files using ruff also generate updated pyi files in reflex/experimental namespace * remove black from dev dependencies * poetry.lock: relock deps * Update all pyi files with new formatting * pre-commit fixes * pyi_generator: fix __init__.pyi files again
12 lines
476 B
Python
12 lines
476 B
Python
"""Stub file for reflex/components/radix/themes/__init__.py"""
|
|
# ------------------- DO NOT EDIT ----------------------
|
|
# This file was generated by `reflex/utils/pyi_generator.py`!
|
|
# ------------------------------------------------------
|
|
|
|
from . import components as components
|
|
from . import layout as layout
|
|
from . import typography as typography
|
|
from .base import theme as theme
|
|
from .base import theme_panel as theme_panel
|
|
from .color_mode import color_mode as color_mode
|