6 lines
160 B
TypeScript
6 lines
160 B
TypeScript
|
export type { Translations } from './registry';
|
||
|
|
||
|
export * from './date';
|
||
|
export * from './locale';
|
||
|
export { translate, loadTranslations } from './translation';
|