• Type Parameters

    • T extends {
          i18nKeyPrefix: string;
          label: string;
      }
    • I extends {
          control: ComputedRef<T>;
      }

    Parameters

    • input: I

    Returns I & {
        control: ComputedRef<T & {
            translations: CombinatorTranslations;
        }>;
    }