UNPKG

@authup/client-web-kit

Version:

This package contains vue components.

6 lines 294 B
import type { GetContext } from 'ilingo'; import type { Ref } from 'vue'; type Input = Omit<GetContext, 'group'>; export declare function useTranslationsForGroup<T extends Input>(group: string, elements: T[]): Record<`${T['key']}`, Ref<string>>; export {}; //# sourceMappingURL=helpers.d.ts.map