Skip to content

Commit 8c1ca43

Browse files
authored
add rx.PropsBase shortcut (#5682)
* add rx.PropsBase shortcut * fix hashes * revert wrong pyi
1 parent 5ea4c27 commit 8c1ca43

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pyi_hashes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"reflex/__init__.pyi": "e9f08e115b1e1dd89beabacade84a589",
2+
"reflex/__init__.pyi": "cc4f461d8244f0f372b7607eb1edd146",
33
"reflex/components/__init__.pyi": "ac05995852baa81062ba3d18fbc489fb",
44
"reflex/components/base/__init__.pyi": "16e47bf19e0d62835a605baa3d039c5a",
55
"reflex/components/base/app_wrap.pyi": "22e94feaa9fe675bcae51c412f5b67f1",

reflex/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@
285285
"data_editor_theme",
286286
],
287287
"components.sonner.toast": ["toast"],
288+
"components.props": ["PropsBase"],
288289
"components.datadisplay.logo": ["logo"],
289290
"components.gridjs": ["data_table"],
290291
"components.moment": ["MomentDelta", "moment"],

0 commit comments

Comments
 (0)