• Adds styles, appliedOptions and childUiSchema

    Type Parameters

    • I extends {
          control: any;
      }

    Parameters

    • input: I

    Returns I & {
        appliedOptions: ComputedRef<any>;
        childLabelForIndex: ((index) => string);
        childUiSchema: ComputedRef<UISchemaElement>;
        styles: Styles;
    }

Generated using TypeDoc