浏览代码

Update init.pyi

Nikhil Rao 1 年之前
父节点
当前提交
e3055d5d86
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      reflex/__init__.pyi

+ 2 - 0
reflex/__init__.pyi

@@ -208,6 +208,7 @@ from reflex.components import TextArea as TextArea
 from reflex.components import Tfoot as Tfoot
 from reflex.components import Th as Th
 from reflex.components import Thead as Thead
+from reflex.components import TimePicker as TimePicker
 from reflex.components import Tooltip as Tooltip
 from reflex.components import Tr as Tr
 from reflex.components import UnorderedList as UnorderedList
@@ -418,6 +419,7 @@ from reflex.components import text_area as text_area
 from reflex.components import tfoot as tfoot
 from reflex.components import th as th
 from reflex.components import thead as thead
+from reflex.components import time_picker as time_picker
 from reflex.components import tooltip as tooltip
 from reflex.components import tr as tr
 from reflex.components import unordered_list as unordered_list