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.
     """