瀏覽代碼

dang it darglint

Khaleel Al-Adhami 3 周之前
父節點
當前提交
497ea54790
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      reflex/components/component.py

+ 3 - 0
reflex/components/component.py

@@ -1906,6 +1906,9 @@ def _register_custom_component(
     Args:
         component_fn: The function that creates the component.
 
+    Returns:
+        The custom component.
+
     Raises:
         TypeError: If the tag name cannot be determined.
     """