UNPKG

@pagamio/frontend-commons-lib

Version:

Pagamio library for Frontend reusable components like the form engine and table container

6 lines (5 loc) 341 B
import React from 'react'; import type { TranslationContextType, TranslationProviderProps } from '../types'; export declare const TranslationContext: React.Context<TranslationContextType>; export declare const TranslationProvider: React.FC<TranslationProviderProps>; export declare const useTranslationContext: () => TranslationContextType;