UNPKG

@bigbinary/neetoui

Version:

neetoUI drives the experience at all neeto products

11 lines (7 loc) 227 B
import { ReactNode } from "react"; export interface TranslationProviderProps { children: ReactNode; language?: string; } const TranslationProvider: React.FC<TranslationProviderProps>; export default TranslationProvider;