• Type Parameters

    • T extends {
          config: any;
          uischema: UISchemaElement;
      }
    • I extends {
          control: ComputedRef<T>;
      }

    Parameters

    • input: I

    Returns ComputedRef<any>