pagamio-frontend-commons-lib
Version:
Pagamio library for Frontend reusable components like the form engine and table container
12 lines (11 loc) • 342 B
JavaScript
// Export locale files
import en from './locales/en.json';
import es from './locales/es.json';
import fr from './locales/fr.json';
import pt from './locales/pt.json';
export * from './context';
export * from './hooks';
export * from './utils';
export * from './types';
export * from './components';
export const locales = { en, es, fr, pt };