Fix accordion pyi (#2491)

This commit is contained in:
Nikhil Rao 2024-01-31 07:12:50 +07:00 committed by GitHub
parent be7f7969ed
commit 833507b73a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,8 +10,8 @@ from reflex.style import Style
from typing import Any, Dict, Literal
from reflex.components.component import Component
from reflex.components.core import cond, match
from reflex.components.lucide.icon import Icon
from reflex.components.radix.primitives.base import RadixPrimitiveComponent
from reflex.components.radix.themes.components.icons import Icon
from reflex.style import (
Style,
convert_dict_to_style_and_format_emotion,