Interface UseHooklationOptions<TTranslation, TPrefix>

interface UseHooklationOptions {
    prefix?: TPrefix;
}

Type Parameters

Properties

Properties

prefix?: TPrefix

Generated using TypeDoc