UNPKG

pagamio-frontend-commons-lib

Version:

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

8 lines (7 loc) 206 B
import React from 'react'; interface LocaleSwitcherProps { className?: string; localeNames?: Record<string, string>; } export declare const LocaleSwitcher: React.FC<LocaleSwitcherProps>; export {};