9 lines
237 B
Python
9 lines
237 B
Python
"""Namespace for components provided by the @radix-ui/themes library."""
|
|
from .base import Theme, ThemePanel
|
|
from .components import *
|
|
from .layout import *
|
|
from .typography import *
|
|
|
|
theme = Theme.create
|
|
theme_panel = ThemePanel.create
|