4 lines
164 B
Python
4 lines
164 B
Python
# pyright: reportWildcardImportFromLibrary=false
|
|
"""Re-export from reflex_base.components.props."""
|
|
|
|
from reflex_base.components.props import * # pragma: no cover
|