UNPKG

prodap-lore-locale

Version:

Package used to carry out the internationalization of Lore

13 lines (12 loc) 204 B
export type Data = { key: string; value: string; }; export type Locale = { data: Data[]; locale: string; name: string; }; export type LocalesProps = string | { locale?: string; };