10 lines
401 B
Python
10 lines
401 B
Python
"""Stub file for reflex/components/radix/primitives/__init__.py"""
|
|
# ------------------- DO NOT EDIT ----------------------
|
|
# This file was generated by `reflex/utils/pyi_generator.py`!
|
|
# ------------------------------------------------------
|
|
|
|
from .accordion import accordion as accordion
|
|
from .drawer import drawer as drawer
|
|
from .form import form as form
|
|
from .progress import progress as progress
|